-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 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
34
35
{
"name": "woods",
"version": "0.1.2",
"description": "Node.js file based CMS inspired by Kirby & Stacey.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/paperjs/woods.git"
},
"bugs": "https://github.com/paperjs/woods/issues",
"author": "Jonathan Puckey",
"bin": {
"woods": "bin/woods"
},
"main": "index.js",
"dependencies": {
"array": "^0.4.3",
"async": "^2.3.0",
"commander": "^2.9.0",
"express": "^4.15.2",
"gm": "^1.23.0",
"jade": "^1.11.0",
"knox": "^0.9.2",
"marked": "^0.3.6",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"natural-compare-lite": "^1.4.0",
"needless": "^0.1.1",
"node-watch": "^0.5.2",
"slugg": "^1.2.0",
"superagent": "^3.5.2",
"tiny-lr": "^1.0.3",
"woods-parsedown": "^0.0.4"
}
}