-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 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
{
"name": "docpad-plugin-cms",
"version": "2.5.6",
"description": "CMS for docpad",
"homepage": "https://github.com/SteveMcArthur/docpad-plugin-cms",
"keywords": [
"docpad",
"docpad-plugin",
"cms",
"content management system",
"admin interface"
],
"author": "Steve McArthur <contact@stevemcarthur.co.uk> (http://www.stevemcarthur.co.uk)",
"maintainers": [
"Steve McArthur <contact@stevemcarthur.co.uk> (https://github.com/SteveMcArthur)"
],
"contributors": [
"Steve McArthur (https://github.com/SteveMcArthur)"
],
"bugs": {
"url": "https://github.com/SteveMcArthur/docpad-plugin-cms/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SteveMcArthur/docpad-plugin-cms.git"
},
"engines": {
"node": ">=0.10",
"npm": ">=2.5.0"
},
"peerDependencies": {
"docpad": "6",
"docpad-plugin-eco": "^2.1.0",
"docpad-plugin-cleanurls": "^2.8.1",
"docpad-plugin-posteditor": "^2.0.0"
},
"dependencies": {
"fs-extra": "^0.30.0",
"watchr": "^2.4.13"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"docpad": "6",
"projectz": "~0.3.13",
"chai": "^3.5.0"
},
"main": "./out/cms.plugin.js",
"scripts": {
"test": "node ./out/cms.test.js"
},
"license": "MIT",
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}