forked from BlackBoxGames/Assassin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 791 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": "Assassin",
"version": "1.0.0",
"description": "A friendly game of stalking",
"main": "server/server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/BlackBoxGames/Assassin.git"
},
"author": "Burk McRae, David Pollan, Nathan Turinski",
"license": "ISC",
"scripts": {
"test": "mocha -R min"
},
"bugs": {
"url": "https://github.com/dpollan/Assassin/issues"
},
"homepage": "https://github.com/dpollan/Assassin#readme",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"mongoose": "^4.9.2",
"morgan": "^1.8.1",
"nodemon": "^1.11.0",
"request": "^2.81.0",
"sinon": "^2.1.0",
"supertest": "^3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}