forked from apilayer/html2pdf.it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.12 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
52
53
54
{
"author": "Allan Ebdrup",
"name": "html2pdf.it",
"version": "1.4.2",
"repository": {
"type": "git",
"url": "https://github.com/Muscula/html2pdf.it"
},
"private": false,
"engines": {
"node": "0.10.x"
},
"main": "./lib/app.js",
"dependencies": {
"compression": "^1.1.0",
"express": "",
"morgan": "^1.3.1",
"node-uuid": "",
"request": "",
"slugify-url": ""
},
"devDependencies": {
"mocha": "",
"chai": "",
"sinon": "",
"sinon-chai": "",
"underscore": "",
"mocha-jshint": "",
"open": ""
},
"scripts": {
"start": "node ./lib/app.js",
"test": "node test.js"
},
"subdomain": "html2pdf",
"gitHead": "af60c5959b545ab6c21d19919e1abb503d33c5f6",
"readmeFilename": "README.md",
"description": "html2pdf.it\r ===========\r Using PhantomJS to generate pdfs, via a webservice. Runs using node.js.",
"bugs": {
"url": "https://github.com/Muscula/html2pdf.it/issues"
},
"directories": {
"test": "test"
},
"keywords": [
"pdf",
"html",
"nodejs",
"converter",
"nonsucking",
"html2pdf"
],
"license": "Apache 2"
}