24 lines
434 B
JSON
24 lines
434 B
JSON
{
|
|
"name": "FileSaver.js",
|
|
"main": "FileSaver.js",
|
|
"version": "2014.01.24",
|
|
"homepage": "https://github.com/eligrey/FileSaver.js",
|
|
"authors": [
|
|
"Eli Grey <me@eligrey.com>"
|
|
],
|
|
"description": "A saveAs() FileSaver implementation",
|
|
"keywords": [
|
|
"filesaver",
|
|
"saveas",
|
|
"blob"
|
|
],
|
|
"license": "MIT/X11",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|