Added npm and bower son
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "file-saver",
|
||||
"main": "FileSaver.js",
|
||||
"version": "1.2.0",
|
||||
"homepage": "https://github.com/eligrey/FileSaver.js",
|
||||
"authors": [
|
||||
"Eli Grey <[email protected]>"
|
||||
],
|
||||
"description": "An HTML5 saveAs() FileSaver implementation",
|
||||
"keywords": [
|
||||
"filesaver",
|
||||
"saveas",
|
||||
"blob"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"*",
|
||||
"!FileSaver.js",
|
||||
"!LICENSE.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user