-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 971 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
{
"name": "BropenWarfare",
"version": "0.1.0",
"description": "Hexagonal warfare TBS game inspired by Hex Empire",
"author": "broiniac",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/broiniac/BropenWarfare.git"
},
"bugs": {
"url": "https://github.com/broiniac/BropenWarfare/issues"
},
"homepage": "https://github.com/broiniac/BropenWarfare#readme",
"main": "main.js",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-asar": "bwin/grunt-asar#update-asar",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-download-electron": "^2.1.2",
"grunt-processhtml": "^0.3.8",
"grunt-replace": "^0.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}