forked from nko2/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "nko",
"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.9"
},
"dependencies": {
"coffee-script": "1.1.1",
"colors": "0.5.0",
"connect-assetmanager": "0.0.20",
"connect-cookie-session": "0.0.1",
"express": "2.4.2",
"jade": "0.11.0",
"hoptoad-notifier": "0.1.3",
"markdown": "0.2.1",
"mongoose": "1.6.0",
"mongoose-auth": "0.0.11",
"mongoose-types": "1.0.3",
"postageapp": "0.0.2",
"rbytes": "0.0.2",
"socket.io": "0.6.18",
"stylus": "0.13.0",
"uglify-js": "1.0.6",
"underscore": "1.1.6"
},
"devDependencies": {
"nodemon": "0.5.3",
"node-inspector": "0.1.6"
}
}