File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-pdf" ,
3
3
"version" : " 1.2.8" ,
4
+ "main" : " dist/angular-pdf.js" ,
4
5
"author" :
" Sayanee <[email protected] >" ,
5
6
"description" : " An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS." ,
6
7
"repository" : {
7
8
"type" : " git" ,
8
9
"url" : " https://github.com/sayanee/angular-pdf.git"
9
10
},
11
+ "keywords" : [
12
+ " pdf" ,
13
+ " angular" ,
14
+ " directive"
15
+ ],
10
16
"license" : " MIT" ,
11
17
"devDependencies" : {
12
18
"grunt" : " 0.4.5" ,
19
25
"grunt-jscs" : " 2.5.0" ,
20
26
"grunt-jsonlint" : " 1.0.6" ,
21
27
"grunt-karma" : " ^0.12.1" ,
28
+ "http-server" : " ^0.8.5" ,
22
29
"jasmine-core" : " ^2.4.1" ,
23
30
"karma" : " ^0.13.15" ,
24
31
"karma-jasmine" : " ^0.3.6" ,
27
34
"phantomjs" : " ^1.9.19"
28
35
},
29
36
"scripts" : {
30
- "test" : " grunt --verbose" ,
31
- "build" : " grunt"
37
+ "build" : " grunt" ,
38
+ "start" : " http-server ./example -p 8081" ,
39
+ "test" : " grunt --verbose"
32
40
}
33
41
}
You can’t perform that action at this time.
0 commit comments