-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1020 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
40
41
42
43
44
{
"name": "mill-cli",
"description": "papermill CLI tool",
"version": "0.1.0-pre4",
"author": "Max F. Albrecht",
"homepage": "http://papermill.in",
"bin": {
"mill": "./bin/mill"
},
"main": "mill-cli.js",
"scripts": {
"test": "./node_modules/vows/bin/vows test/*.js --spec"
},
"dependencies": {
"flatiron": "~0.3.8",
"async": "~0.2.9",
"underscore": "~1.4.4",
"fs-extra": "~0.6.3",
"graceful-fs": "~2.0.0",
"temp": "https://github.com/papermill/node-temp/tarball/papermill",
"glob": "~3.2.1",
"pandoc-api": "https://github.com/papermill/node-pandoc-api/tarball/papermill",
"eyes": "~0.1.8",
"vows": "~0.7.0",
"assert": "~0.4.9"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/papermill/mill.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/papermill/mill/issues"
},
"keywords": [
"papermill",
"publishing",
"pandoc"
]
}