-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 878 Bytes
/
package.json
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
{
"name": "upmod",
"version": "2.3.5",
"description": "World of Warcraft addon build and upload tool",
"author": "Joao Cardoso",
"license": "ISC",
"main": "cli.js",
"homepage": "https://github.com/jaliborc/upmod",
"repository": {
"type": "git",
"url": "https://github.com/jaliborc/upmod.git"
},
"bugs": {
"url": "https://github.com/jaliborc/upmod/issues"
},
"bin": {
"upmod": "cli.js"
},
"scripts": {
"test": "node index"
},
"dependencies": {
"archiver": "^6.0.1",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"commander": "^3.0.0",
"csv-parse": "^4.16.3",
"figures": "^3.0.0",
"fs-extra": "^8.1.0",
"ignore": "^5.1.4",
"inquirer": "^8.2.0",
"klaw-sync": ">=6.0.0",
"lodash": "^4.17.21",
"replace-in-file": "^6.3.2",
"request": ">=2.88.0",
"request-promise": "^4.2.4"
}
}