-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 808 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
{
"name": "slimer-html-pdf",
"version": "0.11.1",
"description": "HTML to PDF converter that uses slimerjs",
"main": "lib/index.js",
"scripts": {
"test": "nodeunit --reporter=default test/tests.js && eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkopa/slimer-html-pdf.git"
},
"keywords": [
"html",
"pdf",
"slimer",
"slimerjs",
"node",
"nodejs"
],
"author": "Marcin Kopa",
"license": "MIT",
"bugs": {
"url": "https://github.com/mkopa/slimer-html-pdf/issues"
},
"homepage": "https://github.com/mkopa/slimer-html-pdf#readme",
"dependencies": {
"slimerjs": "^0.10.2"
},
"devDependencies": {
"eslint": "2.7.0",
"babel-eslint": "^7.1.1",
"nodeunit": "0.9.1",
"webdriverio": "~4.2.3"
}
}