Skip to content

Commit 84649d8

Browse files
committed
Merge pull request eligrey#64 from kingcody/feature/bower-integration
Added bower.json for inclusion into the bower system
2 parents 7cbbf5a + 7f8e55e commit 84649d8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "FileSaver.js",
3+
"main": "FileSaver.js",
4+
"version": "2013.12.27",
5+
"homepage": "https://github.com/eligrey/FileSaver.js",
6+
"authors": [
7+
"Eli Grey <[email protected]>"
8+
],
9+
"description": "A saveAs() FileSaver implementation",
10+
"keywords": [
11+
"filesaver",
12+
"saveas",
13+
"blob"
14+
],
15+
"license": "MIT/X11",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

0 commit comments

Comments
 (0)