forked from rknell/url2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 KB
/
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
45
46
47
48
49
50
51
{
"name": "url2pdf",
"version": "0.5.0",
"description": "Fetches a URL and converts HTML to PDF files using PhantomJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ryan Knell",
"license": "ISC",
"dependencies": {
"bindings": "^1.2.1",
"find-remove": "^0.2.10",
"lodash": "^4.8.1",
"phantom": "^2.0.9",
"q": "^1.1.2"
},
"_shasum": "cce8fd909f7464b54f16b91a69d1fd18c650edd8",
"_from": "url2pdf@latest",
"_npmVersion": "2.1.10",
"_nodeVersion": "0.10.22",
"_npmUser": {
"name": "ryanknell",
"email": "[email protected]"
},
"maintainers": [
"ryanknell <[email protected]>"
],
"dist": {
"shasum": "cce8fd909f7464b54f16b91a69d1fd18c650edd8",
"tarball": "http://registry.npmjs.org/url2pdf/-/url2pdf-0.0.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/url2pdf/-/url2pdf-0.0.2.tgz",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rknell/url2pdf.git"
},
"keywords": [
"html2pdf",
"url2pdf",
"html",
"to",
"pdf"
],
"bugs": {
"url": "https://github.com/rknell/url2pdf/issues"
},
"homepage": "https://github.com/rknell/url2pdf#readme"
}