-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
29 lines (29 loc) · 853 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
{
"name": "html-to-pdfmake",
"version": "2.5.15",
"description": "Convert HTML code to PDFMake",
"main": "index.js",
"scripts": {
"pretest": "eslint index.js",
"test": "node test/unit.js",
"browser": "browserify index.js --standalone htmlToPdfmake | uglifyjs > browser.js",
"build": "npm run test && node example.js && npm run browser && node update-doc.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aymkdn/html-to-pdfmake.git"
},
"author": "Aymkdn",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aymkdn/html-to-pdfmake/issues"
},
"homepage": "https://github.com/Aymkdn/html-to-pdfmake#readme",
"devDependencies": {
"eslint": "^5.16.0",
"jsdom": "^16.6.0",
"pdfmake": "^0.2.7",
"simple-test-framework": "^0.1.7",
"svg-to-pdfkit": "^0.1.8"
}
}