forked from Sulfuric-Sunshine/spliced
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.29 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "spliced",
"version": "0.0.1",
"description": "A game where you and your friends create art!",
"main": "./server/server.js",
"scripts": {
"test": "mocha server/test/test.js; RES=$?; kill %1; exit $RES",
"postinstall": "node node_modules/bower/bin/bower install",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sulfuric-Sunshine/spliced.git"
},
"author": "Team Sulfuric Sunrise",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sulfuric-Sunshine/spliced/issues"
},
"dependencies": {
"body-parser": "^1.4.3",
"bower": "^1.5.3",
"chai": "^3.3.0",
"cookie-parser": "^1.4.0",
"ejs": "~0.8.5",
"express": "^4.4.5",
"express-partials": "~0.2.0",
"express-session": "^1.7.2",
"forever": "^0.10.11",
"fs": "0.0.2",
"gm": "^1.20.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"grunt-shell": "^1.1.2",
"mocha": "^2.3.3",
"mongoose": "^4.1.8",
"morgan": "^1.1.1",
"nodemon": "^1.7.0",
"request": "^2.36.0"
},
"homepage": "https://github.com/Sulfuric-Sunshine/spliced#readme",
"devDependencies": {
"grunt-npm-install": "^0.2.0",
"supertest": "^1.1.0"
}
}