-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 948 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
{
"name": "workers",
"version": "0.0.0",
"description": "javascript-battle-webworkers ============================",
"main": "Board.js",
"scripts": {
"test": "npm run test-game",
"test-game": "mocha -R spec ./test/spec/GameSpec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gjtrowbridge/javascript-battle-webworkers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gjtrowbridge/javascript-battle-webworkers/issues"
},
"homepage": "https://github.com/gjtrowbridge/javascript-battle-webworkers",
"dependencies": {
"child-process-promise": "^0.2.0-SNAPSHOT.1389671754086",
"express": "^4.8.2",
"mongodb": "^1.4.8",
"q": "^1.0.1",
"request": "^2.40.0",
"unirest": "^0.2.7"
},
"devDependencies": {
"blanket": "~1.1.6",
"chai": "^1.9.1",
"chai-spies": "^0.5.1",
"mocha": "^1.21.4",
"supertest": "^0.13.0"
}
}