forked from docpad/docpad-plugin-associatedfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.62 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
{
"name": "docpad-plugin-associatedfiles",
"version": "2.1.4",
"description": "DocPad plugin that fetches any associated files for our particular document",
"homepage": "http://docpad.org/plugin/associatedfiles",
"keywords": [
"docpad",
"docpad-plugin",
"associations",
"associated",
"files"
],
"author": "Bevry Pty Ltd <[email protected]> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)",
"jonathanh32 (https://github.com/jonathanh32)",
"Morgan Sutherland <[email protected]> (https://github.com/msutherl)"
],
"bugs": {
"url": "https://github.com/docpad/docpad-plugin-associatedfiles/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/docpad/docpad-plugin-associatedfiles.git"
},
"engines": {
"node": ">=0.4"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"docpad": ">=6.1 <7",
"projectz": "~0.3.9"
},
"main": "./out/associatedfiles.plugin.js",
"scripts": {
"test": "node ./test/associatedfiles.test.js",
"preinstall": "[ -e ./out/associatedfiles.plugin.js ] || (which coffee && coffee -bco ./out/ ./src/) || true"
},
"peerDependencies": {
"docpad": ">=6.1 <7"
},
"badges": {
"travis": true,
"npm": true,
"david": true,
"daviddev": true,
"gittip": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a"
},
"license": {
"type": "MIT"
}
}