forked from arve0/metalsmith-pandoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 901 Bytes
/
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
{
"name": "metalsmith-pandoc",
"version": "0.2.1",
"description": "Pandoc plugin for metalsmith",
"main": "index.js",
"scripts": {
"postinstall": "node check.js",
"prepublish": "npm test",
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/arve0/metalsmith-pandoc"
},
"keywords": [
"pandoc",
"markdown",
"metalsmith"
],
"author": "Arve Seljebu",
"license": "MIT",
"bugs": {
"url": "https://github.com/arve0/metalsmith-pandoc/issues"
},
"homepage": "https://github.com/arve0/metalsmith-pandoc",
"dependencies": {
"async": "^2.0.0-rc.2",
"debug": "^2.1.0",
"multimatch": "^2.1.0",
"pdc": "cherbst/node-pdc",
"system-install": "^1.0.0",
"which": "^1.0.8"
},
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"metalsmith": "^1.0.1",
"mocha": "^2.1.0"
}
}