-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 971 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
{
"name": "pebbleidea",
"version": "0.0.1",
"description": "A website built using generator-starttter",
"main": "Gruntfile.js",
"scripts": {
"start": "node bin/server.js",
"test": "node node_modules/ndebug/index.js bin/server.js"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"dependencies": {
"node-static": "latest",
"mongodb": "~1.3.23",
"engine.io": "~0.8.0",
"express": "~3.4.7",
"engine.io-client": "~0.8.0",
"primus": "~1.5.2",
"primus-redis": "~0.1.1-1",
"primus-emitter": "~2.0.5",
"twilio": "~1.5.0"
},
"devDependencies": {
"matchdep": "~0.1.2",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.3",
"grunt-simple-mocha": "~0.3.2",
"grunt-contrib-connect": "~0.1.2",
"grunt-contrib-sass": "~0.2.2",
"grunt-open": "~0.2.0",
"karma": "~0.10.2",
"grunt-karma": "~0.6.2",
"connect-livereload": "~0.2.0"
}
}