-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 861 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
{
"name": "dota2-addon-manager",
"version": "0.3.1",
"description": "Manage multiple git hosted dota2 addons with less pain",
"main": "index.js",
"scripts": {
"test": "semistandard"
},
"bin": {
"d2am": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisinajar/dota2-addon-manager.git"
},
"keywords": [
"dota2",
"addons"
],
"author": "Chris Vickery <chrisinajar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisinajar/dota2-addon-manager/issues"
},
"homepage": "https://github.com/chrisinajar/dota2-addon-manager#readme",
"devDependencies": {
"semistandard": "^9.2.1"
},
"dependencies": {
"after": "^0.8.2",
"ap": "^0.2.0",
"assert-ok": "^1.0.0",
"fs-extra": "^3.0.1",
"xtend": "^4.0.1",
"yargs": "^6.5.0"
}
}