We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b6bb5 commit 47ec656Copy full SHA for 47ec656
bower.json
@@ -1,10 +1,13 @@
1
{
2
"name": "angular-file-saver",
3
"version": "0.0.1",
4
+ "main": [
5
+ "src/file-saver.js"
6
+ ],
7
"authors": [
8
"Philipp Alferov <[email protected]>"
9
],
- "description": "Provides integration between FileSaver.js (implements HTML5 saveAs()) and angular",
10
+ "description": "An AngularJS service that implements the HTML5 W3C saveAs() in browsers that do not natively support it",
11
"keywords": [
12
"filesaver",
13
"angular",
0 commit comments