-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1001 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
41
42
43
44
45
46
{
"name": "cs",
"version": "1.0.3",
"description": "ES6-based framework for Node.js",
"engines": {
"node": ">=0.8"
},
"contributors": [
{
"name": "Ross Hadden",
"email": "[email protected]"
},
{
"name": "Sean Clark",
"email": "[email protected]",
"url": "http://square-bracket.com/"
}
],
"main": "./app.js",
"bin": {
"cs": "./bin/cs.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ConnectAi/cornerstone"
},
"dependencies": {
"6to5": "^2.12.6",
"commander": "^2.0.0",
"connect": "^2.28.1",
"connect-redis": "^1.4.7",
"consoleplusplus": "^1.2.0",
"cookie": "^0.1.2",
"express": "^3.4.0",
"express-session": "^1.11.3",
"harmony-reflect": "0.0.13",
"hbs": "^2.4.0",
"nib": "~1.0.1",
"nodemon": "^1.0.20",
"npm": "^1.3.26",
"request": "^2.27.0",
"socket.io": "^0.9.17",
"source-map-support": "^0.2.9",
"stylus": "^0.38.0"
}
}