forked from odota/dotaconstants
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 693 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 693 Bytes
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
{
"name": "dotaconstants",
"version": "7.10.0",
"description": "Constant data for Dota 2 applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node tasks/updateconstants",
"patch": "node tasks/newpatch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odota/dotaconstants.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/odota/dotaconstants/issues"
},
"homepage": "https://github.com/odota/dotaconstants#readme",
"dependencies": {},
"devDependencies": {
"async": "^2.6.1",
"request": "^2.88.0",
"simple-vdf": "^1.1.1"
}
}