forked from sayanee/angularjs-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 685 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 685 Bytes
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
{
"name": "angular-pdf",
"version": "1.2.5",
"author": "Sayanee <sayanee@gmail.com>",
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
"repository": {
"type": "git",
"url": "https://github.com/sayanee/angular-pdf.git"
},
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.6.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.10.1",
"grunt-jscs": "2.3.0",
"grunt-jsonlint": "1.0.6"
},
"scripts": {
"test": "grunt --verbose",
"build": "grunt"
}
}