-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (43 loc) · 1.03 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
{
"name": "codeparty",
"version": "0.1.0",
"author": "eyebraus <[email protected]>",
"contributors": [
{
"name": "Sean Brennan",
"email": "[email protected]"
}
],
"description": "CODE PARTY WOOOOOOO",
"license": "MIT",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"backbone": "1.1.x",
"cradle": "0.6.x",
"express": "3.4.x",
"github": "0.1.x",
"highlight.js": "8.0.0",
"jade": "1.0.x",
"socket.io": "0.9.x",
"stylus": "0.38.x",
"underscore": "1.5.x",
"vargs": "0.1.x"
},
"devDependencies": {
"bower": "1.3.x",
"grunt": "0.4.x",
"grunt-contrib-watch": "0.5.x",
"grunt-develop": "0.2.x",
"load-grunt-tasks": "0.2.x",
"mocha": "1.13.x",
"request": "2.27.x",
"should": "2.0.x",
"time-grunt": "0.1.x"
},
"engines": {
"node": ">=0.10"
}
}