forked from greylockhackfest/07.21.2012
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 681 Bytes
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
{
"name": "royalty",
"subdomain": "royalty",
"scripts": {
"start": "server.js"
},
"version": "0.0.1",
"engines": {
"node": "0.6.6"
},
"author": "David Trejo <dtrejo@cs.brown.edu> (http://dtrejo.com/)",
"description": "Royalty — Develop like a king.",
"homepage": "https://github.com/dtrejo/royalty",
"repository": {
"url": ""
},
"main": "server.js",
"dependencies": {
"now": "*",
"express": "2.5.9",
"redis": "*",
"colors": "0.5.0",
"markdown": "*"
},
"devDependencies": {
"node-dev": "0.1.8",
"vogue-dtrejo": "0.2.1"
},
"bin" : {
"reloadcss" : "reloadcss.sh",
"runserver": "runserver.sh"
}
}