forked from nydus/heroesjson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 991 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
{
"name": "heroesjson",
"version": "1.0.0",
"description": "Extract Heroes of the Storm game data to JSON",
"private": "true",
"main": "generate.js",
"dependencies": {
"JSONSelect": "^0.4.0",
"cli-color": "^1.0.0",
"glob": "^5.0.15",
"jsen": "^0.6.0",
"moment": "^2.10.6",
"libxmljs": "0.18.0",
"rimraf": "^2.4.5",
"tiptoe": "^1.0.0",
"@sembiance/xutil": "git://github.com/Sembiance/xutil.git",
"@sembiance/xbase": "git://github.com/Sembiance/xbase.git"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nydus/heroesjson.git"
},
"author": "Robert Schultz <[email protected]>",
"contributors": [
"Justin J. Novack <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/nydus/heroesjson/issues"
},
"homepage": "https://github.com/nydus/heroesjson#readme"
}