1
1
{
2
- "name" : " angular-export-button" ,
3
- "description" : " Angular Export Button - AngularJS directive for creating reports in csv and pdf" ,
4
- "version" : " 0.0.4 " ,
5
- "keywords" : [
6
- " angular" ,
7
- " csv" ,
8
- " pdf" ,
9
- " makepdf" ,
10
- " ngcsv"
11
- ],
12
- "homepage" : " https://github.com/hatch-is/angular-export-button" ,
13
- "bugs" : " https://github.com/hatch-is/angular-export-button/issues" ,
14
- "author" : {
15
- "name" : " Dmytro Arushanov" ,
16
-
17
- "url" : " https://github.com/daruwanov"
18
- },
19
- "repository" : {
20
- "type" : " git" ,
21
- "url" : " https://github.com/hatch-is/angular-export-button"
22
- },
23
- "main" : [
24
- " dist/export-dropdown.js" ,
25
- " dist/export-dropdown.tpl.js"
26
- ],
27
- "dependencies" : {
28
- "ng-csv" : " 0.2.3 " ,
29
- "pdfmake" : " 0.1.8 " ,
30
- "angular-strap" : " ~2.0.3"
31
- }
2
+ "name" : " angular-export-button" ,
3
+ "description" : " Angular Export Button - AngularJS directive for creating reports in csv and pdf" ,
4
+ "version" : " 0.0.5 " ,
5
+ "keywords" : [
6
+ " angular" ,
7
+ " csv" ,
8
+ " pdf" ,
9
+ " makepdf" ,
10
+ " ngcsv"
11
+ ],
12
+ "homepage" : " https://github.com/hatch-is/angular-export-button" ,
13
+ "bugs" : " https://github.com/hatch-is/angular-export-button/issues" ,
14
+ "author" : {
15
+ "name" : " Dmytro Arushanov" ,
16
+
17
+ "url" : " https://github.com/daruwanov"
18
+ },
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " https://github.com/hatch-is/angular-export-button"
22
+ },
23
+ "main" : [
24
+ " dist/export-dropdown.js" ,
25
+ " dist/export-dropdown.tpl.js"
26
+ ],
27
+ "dependencies" : {
28
+ "ng-csv" : " v0.3.6 " ,
29
+ "pdfmake" : " 0.1.20 " ,
30
+ "angular-strap" : " ~2.0.3"
31
+ }
32
32
}
0 commit comments