First commit
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "file-saverjs",
|
||||
"main": "FileSaver.js",
|
||||
"version": "1.3.6",
|
||||
"homepage": "https://github.com/clarketm/FileSaver.js#readme",
|
||||
"authors": [
|
||||
"clarketm <travis.m.clarke@gmail.com>",
|
||||
"eligrey <~@eligrey.com>"
|
||||
],
|
||||
"description": "An HTML5 saveAs() FileSaver implementation",
|
||||
"keywords": [
|
||||
"filesaver",
|
||||
"saveas",
|
||||
"blob"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"*",
|
||||
"!FileSaver.*js",
|
||||
"!LICENSE.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user