-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.42 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
56
57
58
59
60
61
62
63
{
"name": "docpad-plugin-contentful",
"version": "2.1.1",
"description": "DocPad plugin that adds the ability to import data from a Contentful api",
"homepage": "https://github.com/markphillips100/docpad-plugin-contentful",
"license": {
"type": "MIT"
},
"keywords": [
"docpad",
"docpad-plugin",
"contentful"
],
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true
},
"author": "Mark Phillips",
"maintainers": [
"Mark Phillips ([email protected])"
],
"contributors": [
"markphillips100 (https://github.com/markphillips100)"
],
"bugs": {
"url": "https://github.com/markphillips100/docpad-plugin-contentful/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/markphillips100/docpad-plugin-contentful.git"
},
"engines": {
"node": ">=0.8"
},
"peerDependencies": {
"docpad": "6"
},
"dependencies": {
"contentful": "^1.1.1",
"lodash": "^3.10.0",
"path": "^0.11.14",
"pluralize": "^1.1.2",
"querystring": "^0.2.0",
"string": "^3.3.0",
"when": "^3.7.3",
"taskgroup": "^4.0.5"
},
"devDependencies": {
"docpad": "6",
"coffee-script": "^1.9.1",
"projectz": "^0.5.0"
},
"main": "./out/contentful.plugin.js",
"scripts": {
"test": "node ./out/contentful.test.js"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}