File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
2
+ bower_components
3
+
1
4
.idea /
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-export-button" ,
3
+ "description" : " Angular Export Button - AngularJS directive for creating reports in csv and pdf" ,
3
4
"version" : " 0.0.4" ,
4
- "main" : " dist/directive/export-dropdown.js" ,
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
+ ],
5
27
"dependencies" : {
6
28
"ng-csv" : " 0.2.3" ,
7
29
"pdfmake" : " 0.1.8" ,
You can’t perform that action at this time.
0 commit comments