-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
executable file
·45 lines (45 loc) · 996 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": "docpad-plugin-minicms",
"version": "2.2.1",
"description": "Add admin features to docpad",
"homepage": "http://jeremyfa.com",
"keywords": [
"docpad",
"docpad-plugin",
"admin",
"forms",
"cms",
"bootstrap"
],
"license": "MIT",
"author": "Jeremy Faivre <contact@jeremyfa.com> (http://jeremyfa.com)",
"maintainers": [],
"contributors": [],
"bugs": {
"url": "https://github.com/jeremyfa/docpad-plugin-minicms/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/jeremyfa/docpad-plugin-minicms.git"
},
"engines": {
"node": ">=0.6.0",
"docpad": "6.x"
},
"dependencies": {
"yamljs": "~0.1.4",
"coffeecup": "~0.3.19",
"express": "~3.4.4",
"marked": "~0.3.7",
"node-uuid": "~1.4.0",
"gm": "~1.8.2",
"owl-deepcopy": "0.0.2"
},
"devDependencies": {
"coffee-script": "1.4.x"
},
"main": "./out/minicms.plugin.js",
"scripts": {
"prepublish": "cake build"
}
}