forked from domderen/ng-print
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
37 lines (37 loc) · 943 Bytes
/
bower.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
{
"name": "ng-print",
"version": "0.1.0",
"homepage": "https://github.com/bhaal275/ng-print",
"authors": [
"bhaal275 <[email protected]>"
],
"description": "Angular module for creating PDF documents out of web templates. Print your page straight to PDF, or prepare special template of printing your websites, straight in HTML and CSS.",
"main": "dist/ngPrint.min.js",
"license": "GPLv2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples",
"src",
"package.json",
"gulpfile.js",
".travis.yml",
"karma.conf.js",
"karma-init.js"
],
"dependencies": {
"html2canvas": "~0.4.1",
"jspdf": "~1.0.178",
"angularjs": "~1.2.23",
"pixastic-crop": "*"
},
"devDependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.2.0",
"fontawesome": "~4.2.0",
"angular-mocks": "~1.2.23"
}
}