forked from nko/website
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
49 lines (49 loc) · 1.14 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
49
{
"name": "nko-website",
"description": "node.js knockout: 48-hour node.js hackathon",
"version": "2011.6.26",
"homepage": "http://nodeknockout.com",
"repository": {
"type": "git",
"url": "git://github.com/nko2/website.git"
},
"author": "NKO Team <[email protected]>",
"main": "./server.js",
"scripts": {
"start": "./node_modules/.bin/nodemon --debug"
},
"directories": {
"lib": "."
},
"engines": {
"node": "~0.4.10"
},
"dependencies": {
"coffee-script": "1.1.2",
"colors": "0.5.0",
"connect-assetmanager": "0.0.21",
"connect-redis": "1.0.7",
"discount": "0.2.0",
"express": "2.4.4",
"jade": "0.11.0",
"hoptoad-notifier": "0.1.3",
"mongoose": "1.8.1",
"mongoose-auth": "0.0.11",
"mongoose-types": "1.0.3",
"postageapp": "0.0.2",
"rbytes": "0.0.2",
"relative-date": "1.1.0",
"request": "2.1.1",
"socket.io": "0.8.2",
"stylus": "0.14.0",
"uglify-js": "1.0.6",
"underscore": "1.1.7",
"irc": "0.2.0",
"twitter-node": "0.0.2",
"redis": "0.6.7"
},
"devDependencies": {
"nodemon": "0.5.3",
"node-inspector": "0.1.8"
}
}