Merge pull request #64 from kingcody/feature/bower-integration
Added bower.json for inclusion into the bower system
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "FileSaver.js",
|
||||||
|
"main": "FileSaver.js",
|
||||||
|
"version": "2013.12.27",
|
||||||
|
"homepage": "https://github.com/eligrey/FileSaver.js",
|
||||||
|
"authors": [
|
||||||
|
"Eli Grey <[email protected]>"
|
||||||
|
],
|
||||||
|
"description": "A saveAs() FileSaver implementation",
|
||||||
|
"keywords": [
|
||||||
|
"filesaver",
|
||||||
|
"saveas",
|
||||||
|
"blob"
|
||||||
|
],
|
||||||
|
"license": "MIT/X11",
|
||||||
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"bower_components",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user