-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 789 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 789 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
28
29
{
"name": "dota2-boilerplate-scripts",
"version": "0.0.0",
"description": "A boilerplate repository for the scripts portion of a dota2 addon",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngelArenaAllstars/boilerplate-scripts.git"
},
"keywords": [
"dota2"
],
"author": "Chris Vickery <chrisinajar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AngelArenaAllstars/boilerplate-scripts/issues"
},
"homepage": "https://github.com/AngelArenaAllstars/boilerplate-scripts#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-dota2-npc": "^0.4.0"
},
"devDependencies": {
"semistandard": "^9.2.1"
}
}