-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 962 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
36
37
38
39
{
"name": "kinesthesia",
"version": "0.1.0",
"description": "A competitive physics based action game.",
"main": "index.js",
"scripts": {
"start": "node ./src/game.js",
"pretest": "jshint ./src",
"test": "echo \"Test Complete\""
},
"author": "Jake Ben-Tovim & Joe Kapusta",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/TheBentoBox/Kinesthesia.git"
},
"dependencies": {
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.1",
"csurf": "^1.8.3",
"compression": "^1.6.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"helmet": "^1.3.0",
"jade": "^1.11.0",
"matter-js": "^0.9.1",
"mongoose": "^4.4.11",
"pug": "^2.0.0-alpha6",
"pixi.js": "^3.0.10",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"jshint": "^2.9.1"
}
}