forked from parallax/jsPDF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 881 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": "jspdf",
"version": "1.2.61",
"homepage": "https://github.com/mrrio/jspdf",
"description": "PDF Document creation from JavaScript",
"main": "dist/jspdf.min.js",
"files": [
"dist/jspdf.min.js",
"README.md"
],
"keywords": [
"pdf"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MrRio/jsPDF.git"
},
"dependencies": {
"adler32cs": "github:chick307/adler32cs.js",
"cf-blob.js": "0.0.1",
"filesaver.js": "github:andyinabox/FileSaver.js"
},
"devDependencies": {
"babel-preset-es2015-rollup": "^1.1.1",
"local-web-server": "^1.2.6",
"rollup": "^0.31.1",
"rollup-plugin-babel": "^2.4.0",
"uglify-js": "^2.6.2"
},
"scripts": {
"start": "ws",
"build": "npm install && bower install && node build.js",
"version": "npm run build && git add -A dist"
}
}