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