forked from devongovett/node-wkhtmltopdf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 742 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
{
"name": "wkhtmltopdf",
"version": "0.4.0",
"description": "A wrapper for the wkhtmltopdf HTML to PDF converter using WebKit",
"author": {
"name": "Devon Govett",
"email": "[email protected]",
"url": "http://badassjs.com/"
},
"engines": {
"node": ">=0.6"
},
"dependencies": {
"is-stream": "^1.0.1",
"slang": ">=0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/devongovett/node-wkhtmltopdf.git"
},
"scripts": {
"test": "jasmine"
},
"bugs": "https://github.com/devongovett/node-wkhtmltopdf/issues",
"devDependencies": {
"express": "^4.13.3",
"jasmine": "^2.3.2",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.3"
},
"files": [
"index.js"
]
}