-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 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
36
37
38
39
40
{
"name": "storm",
"version": "0.0.0",
"description": "",
"main": "./server/server.js",
"scripts": {
"start": "node ./server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/noodle/unstable-asteroid"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/noodle/unstable-asteroid/issues"
},
"homepage": "https://github.com/noodle/unstable-asteroid",
"dependencies": {
"bower": "^1.3.12",
"express": "^4.10.4",
"mongoose": "^3.8.20",
"q": "^1.1.2",
"should": "^4.3.0",
"socket.io": "^1.2.1"
},
"devDependencies": {
"browser-sync": "^1.7.2",
"chai": "^1.10.0",
"docco": "^0.6.3",
"gulp": "^3.8.10",
"gulp-if": "^1.2.5",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.11",
"mocha": "^2.0.1",
"should": "^4.3.0",
"supertest": "^0.15.0"
}
}