Skip to content

Commit 3a32e7a

Browse files
committed
update bower info
1 parent 0176e87 commit 3a32e7a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
node_modules
2+
bower_components
3+
14
.idea/

bower.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
{
22
"name": "angular-export-button",
3+
"description": "Angular Export Button - AngularJS directive for creating reports in csv and pdf",
34
"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+
"email": "[email protected]",
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+
],
527
"dependencies": {
628
"ng-csv": "0.2.3",
729
"pdfmake": "0.1.8",

0 commit comments

Comments
 (0)