forked from bobvanderclay/docpad-plugin-multimarkdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "docpad-plugin-multimarkdown4",
"version": "2.4.5",
"description": "MultiMarkdown 4.x rendering for DocPad, using node-mmd",
"homepage": "https://github.com/willfe/docpad-plugin-multimarkdown4",
"keywords": [
"docpad",
"docpad-plugin",
"language",
"markup",
"multimarkdown"
],
"author": "William Ferrell <[email protected]> (https://github.com/willfe)",
"maintainers": [
"William Ferrell <[email protected]> (https://github.com/willfe)"
],
"contributors": [
"Bob VanderClay <[email protected]> (https://github.com/takitapart)",
"Eduán Lávaque <[email protected]> (https://github.com/Greduan)",
"William Ferrell <[email protected]> (https://github.com/willfe)"
],
"bugs": {
"url": "https://github.com/willfe/docpad-plugin-multimarkdown4/issues"
},
"repository" : {
"type": "git",
"url": "http://github.com/willfe/docpad-plugin-multimarkdown4.git"
},
"engines" : {
"node": ">=0.4",
"docpad": "6.x"
},
"dependencies": {
"mmd": "~4.4.3"
},
"devDependencies": {
"coffee-script": "~1.6.x"
},
"main": "./out/multimarkdown.plugin.js",
"scripts": {
"test": "node ./out/multimarkdown.test.js"
}
}