forked from siavolt/jsPDF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "jspdf",
"version": "1.0.272",
"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": {},
"devDependencies": {
"local-web-server": "^0.5.19"
},
"scripts": {
"start": "ws"
},
"gitHead": "653f94aa5188b5eed26c355da21c78b7c048c877",
"bugs": {
"url": "https://github.com/MrRio/jsPDF/issues"
},
"_id": "[email protected]",
"_shasum": "d5132657295b2a91bb32c61df06f243115b70720",
"_from": "jspdf@",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "mrjameshall",
"email": "[email protected]"
},
"maintainers": [
{
"name": "mrjameshall",
"email": "[email protected]"
}
],
"dist": {
"shasum": "d5132657295b2a91bb32c61df06f243115b70720",
"tarball": "http://registry.npmjs.org/jspdf/-/jspdf-1.0.272.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/jspdf/-/jspdf-1.0.272.tgz"
}