-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "angular-pdf-make",
"version": "1.0.0",
"description": "A pdf utitlity based off of the pdfMake project to enable viewing, downloading, and printing of PDF files in the browser of AngularJS based projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Angular",
"AngularJS",
"PDF",
"pdfMake",
"angular-pdf",
"angular-pdf-make"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"connect-livereload": "^0.5.4",
"convert-source-map": "^1.1.3",
"dargs": "^4.1.0",
"each-async": "^1.1.1",
"glob": "^6.0.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-contrib-copy": "^0.1.2",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^1.0.0",
"gulp-sourcemap": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"mkdirp": "^0.5.1",
"object-assign": "^4.0.1",
"requirejs": "^2.1.22",
"rimraf": "^2.5.0",
"slash": "^1.0.0",
"tiny-lr": "^0.2.1",
"uglify-js": "^2.6.1",
"vinyl": "^1.1.0",
"win-spawn": "^2.0.0"
}
}