forked from nko3/website
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
58 lines (58 loc) · 1.4 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
50
51
52
53
54
55
56
57
58
{
"name": "nko-website",
"description": "node.js knockout: 48-hour node.js hackathon",
"version": "2013.10.25",
"homepage": "http://nodeknockout.com",
"repository": {
"type": "git",
"url": "git://github.com/nko4/website.git"
},
"author": "NKO Team <all@nodeknockout.com>",
"main": "./server.js",
"directories": {
"lib": "."
},
"engines": {
"node": "0.10.22"
},
"dependencies": {
"async": "0.2.9",
"coffee-script": "1.6.3",
"colors": "0.6.2",
"connect": "2.11.0",
"connect-assetmanager": "0.0.28",
"connect-redis": "1.4.5",
"express": "3.4.4",
"jade": "0.35.0",
"marked": "0.2.9",
"mongoose": "3.6.20",
"mongoose-types": "1.0.3",
"postageapp": "1.1.2",
"relative-date": "1.1.1",
"request": "2.27.0",
"socket.io": "0.9.16",
"stylus": "0.39.1",
"uglify-js": "2.4.1",
"underscore": "1.5.2",
"irc": "0.3.6",
"redis": "0.9.0",
"jadevu": "0.0.10",
"mongoose-auth": "nko4/mongoose-auth#61f8ac0",
"connect-flash": "~0.1.1",
"nap": "~0.7.8",
"nib": "~1.0.1",
"twit": "~1.1.9",
"smartdc": "~7.1.1",
"ssh-fingerprint": "0.0.0",
"linode-api": "~0.1.2",
"graceful-fs": "~2.0.1",
"rollbar": "~0.2.8"
},
"devDependencies": {
"nodemon": "*",
"node-inspector": "*"
},
"scripts": {
"postinstall": "./node_modules/.bin/coffee scripts/package-assets.coffee"
}
}