forked from sayanee/angularjs-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "angular-pdf",
"version": "1.3.0",
"main": "dist/angular-pdf.js",
"author": "Sayanee <[email protected]>",
"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"
},
"keywords": [
"pdf",
"angular",
"directive"
],
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.7.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.11.0",
"grunt-jscs": "2.5.0",
"grunt-jsonlint": "1.0.6",
"grunt-karma": "^0.12.1",
"http-server": "^0.8.5",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19"
},
"scripts": {
"build": "grunt",
"start": "http-server ./example -p 8081",
"test": "grunt --verbose"
}
}