-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 901 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
{
"name": "nerve",
"description": "Nerve blogging platform",
"version": "0.0.18",
"homepage": "http://github.com/joehewitt/nerve",
"repository": {
"type": "git",
"url": "git://github.com/joehewitt/nerve.git"
},
"keywords": [
"blog"
],
"author": "Joe Hewitt <[email protected]>",
"contributors": [],
"dependencies": {
"app.js": "",
"api.js": "",
"async": "",
"bcrypt": "",
"dandy": "",
"datetime": "",
"diskcache": "",
"express-store": "",
"flickr-reflection": "",
"glob": "",
"handlebars": "",
"imagemagick": "",
"jsdom": "",
"markdom": "",
"optimist": "",
"underscore": "",
"temp": "",
"watch": "",
"vows": ">=0.5.4"
},
"main": "./lib/nerve",
"directories": {
"test": "./test"
},
"engines": {
"node": ">=0.4.0"
},
"devDependencies": {},
"optionalDependencies": {}
}