-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.59 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
64
65
{
"name": "docpad-plugin-html2jade",
"version": "2.0.3",
"description": "Adds support for HTML to the Jade templating engine in DocPad.",
"homepage": "http://docpad.org/plugin/html2jade",
"keywords": [
"docpad",
"docpad-plugin",
"jade",
"templating",
"templates",
"render",
"rendering"
],
"author": "2012+ Bevry Pty Ltd <[email protected]> (http://bevry.me), 2011 Benjamin Lupton <[email protected]> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/docpad/docpad-plugin-html2jade/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/docpad/docpad-plugin-html2jade.git"
},
"engines": {
"node": ">=0.4"
},
"dependencies": {
"html2jade": "~0.4.1"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"docpad": "6",
"projectz": "^0.5.0"
},
"main": "./out/html2jade.plugin.js",
"scripts": {
"test": "node ./out/html2jade.test.js"
},
"peerDependencies": {
"docpad": "6"
},
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gratipay": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"license": {
"type": "MIT"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}