forked from hearsid/ng-html-to-pdf-save
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (31 loc) · 856 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
{
"name": "angular-save-html-to-pdf",
"version": "1.3.1",
"description": "Save HTML in pdf format totally by using frontend in angularjs . Basically this respository is a combination of some angular directives which are using other libraries to convert html to html5canvas and save that html5canvas as pdf . Everything happens in the frontend so there is no need of adding anything in your backend .",
"main": "index.js",
"scripts": {
"test": "karma start karma.test.js"
},
"keywords": [
"html5canvas",
"pdf",
"html",
"html",
"to",
"pdf",
"angular"
],
"author": "hearsid",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"gulp" : "*",
"gulp-sourcemaps": "^1.6.0",
"gulp-concat": "*",
"gulp-minify": "*",
"gulp-uglify": "*",
"pump": "*",
"gulp-rename": "*"
}
}