This repository was archived by the owner on Mar 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "fandom-nitro",
"version": "1.1.10",
"description": "Allows uploading of GIF avatars to Fandom",
"homepage": "https://dev.fandom.com/wiki/Nitro",
"author": {
"name": "KockaAdmiralac",
"email": "git@kocka.tech",
"url": "https://kocka.tech"
},
"contributors": [
{
"name": "VirtualKibou",
"url": "https://github.com/VirtualKibou"
},
{
"name": "Rail01",
"url": "https://dev.fandom.com/wiki/User:Rail01"
},
{
"name": "Mix Gerder",
"url": "https://dev.fandom.com/wiki/User:Mix_Gerder"
},
{
"name": "铁桶",
"url": "https://dev.fandom.com/wiki/User:铁桶"
},
{
"name": "BaRaN6161TURK",
"url": "https://dev.fandom.com/wiki/User:BaRaN6161TURK"
},
{
"name": "ThisIsACreeper0101",
"url": "https://dev.fandom.com/wiki/User:ThisIsACreeper0101"
},
{
"name": "PHTL",
"url": "https://dev.fandom.com/wiki/User:Professor_Hershel_Theodore_Layton"
}
],
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/WikiaUsers/Nitro.git"
},
"bugs": {
"url": "https://dev.fandom.com/wiki/Talk:Nitro"
},
"license": "CC-BY-SA-4.0",
"dependencies": {
"request": ">=2.88.2",
"request-promise-native": ">=1.0.9"
},
"devDependencies": {
"electron": "11.3.0",
"eslint": ">=7.22.0"
}
}