-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 857 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
{
"name": "wkhtmltopdf-nodejs-options-wrapper",
"version": "1.0.7",
"description": "Wkhtmltopdf options wrapper for node js",
"main": "index.js",
"scripts": {
"test": "istanbul cover --include-all-sources jasmine-node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrizliK1988/wkhtmltopdf-nodejs-options-wrapper.git"
},
"keywords": [
"wkhtmltopdf",
"nodejs"
],
"author": "Dmitry Grachikov",
"license": "ISC",
"bugs": {
"url": "https://github.com/GrizliK1988/wkhtmltopdf-nodejs-options-wrapper/issues"
},
"homepage": "https://github.com/GrizliK1988/wkhtmltopdf-nodejs-options-wrapper#readme",
"dependencies": {
"extend": "^3.0.0"
},
"devDependencies": {
"istanbul": "^0.3.17",
"jasmine": "^2.3.1",
"jasmine-node": "^1.14.5",
"underscore": "^1.8.3"
}
}