-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 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
{
"name": "tank-wars",
"version": "0.0.0",
"description": "## Architecture ###Backend Layers * transport * game",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/danielsuter/tank-wars.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielsuter/tank-wars/issues"
},
"homepage": "https://github.com/danielsuter/tank-wars",
"devDependencies": {
"grunt": "^0.4.5",
"matchdep": "~0.3.0",
"grunt-express": "~1.2.1",
"grunt-contrib-watch": "~0.6.0",
"grunt-open": "~0.2.3",
"grunt-karma": "~0.8.3",
"karma": "~0.12.19",
"karma-chrome-launcher": "~0.1.4",
"karma-jasmine": "~0.1.5",
"karma-cli": "~0.0.4",
"phantomjs": "~1.9.7-15",
"karma-phantomjs-launcher": "~0.1",
"karma-junit-reporter": "~0.2.2"
}
}