-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 888 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
{
"name": "wkhtmltopdf-installer",
"version": "0.3.2",
"keywords": [
"wkhtmltopdf",
"installer"
],
"description": "Downloads and installs wkhtmltopdf",
"homepage": "https://github.com/pofider/node-wkhtmltopdf-installer",
"repository": {
"type": "git",
"url": "git://github.com/pofider/node-wkhtmltopdf-installer.git"
},
"license": "MIT",
"author": {
"name": "Jan Blaha",
"email": "[email protected]",
"url": "http://janblaha.net"
},
"main": "index.js",
"bin": {
"wkhtmltopdf-runner": "./bin/wkhtmltopdf-runner"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "nodeunit test/tests.js"
},
"dependencies": {
"bin-wrapper": "3.0.2",
"log-symbols": "1.0.2",
"which": "1.2.1"
},
"devDependencies": {
"nodeunit": "~0.9.1"
},
"files": [
"bin",
"lib",
"index.js"
]
}