forked from domderen/ng-print
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 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
{
"name": "ng-print",
"version": "0.1.0",
"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",
"directories": {
"example": "examples"
},
"scripts": {
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",
"test-chrome": "karma start karma.conf.js --browsers Chrome"
},
"repository": {
"type": "git",
"url": "https://github.com/bhaal275/ng-print.git"
},
"author": "Dominik Deren <[email protected]>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/bhaal275/ng-print/issues"
},
"homepage": "https://github.com/bhaal275/ng-print",
"devDependencies": {
"del": "^0.1.2",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-rimraf": "^0.1.0",
"gulp-sourcemaps": "^1.1.3",
"gulp-uglify": "^0.3.2",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"rimraf": "^2.2.8"
}
}