-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1004 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
37
38
{
"name": "ng-dom-to-pdf",
"version": "1.0.2",
"description": "Convert DOM elements to PDF file and download it.",
"main": "./dist/ng-dom-to-pdf.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joni7777/ng-dom-to-pdf.git"
},
"keywords": [
"angular",
"dom",
"pdf"
],
"author": "Jonathan Erel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joni7777/ng-dom-to-pdf/issues"
},
"homepage": "https://github.com/joni7777/ng-dom-to-pdf#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2"
},
"dependencies": {
"angular": "^1.4.8",
"dom-to-image": "https://github.com/joni7777/dom-to-image.git#2.5.2-alpha.2",
"es6-promise": "^4.1.0",
"pdfmake": "^0.1.28"
}
}