blob: 3ddf1844b6f59ef40b23eb5755c6c898bfc41eb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "filesaver.js",
"version": "2013.1.23",
"description": "A saveAs() FileSaver implementation",
"main": "FileSaver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/eligrey/FileSaver.js.git"
},
"keywords": [
"filesaver",
"saveas",
"blob"
],
"author": "Eli Grey",
"license": "MIT/X11",
"bugs": {
"url": "https://github.com/eligrey/FileSaver.js/issues"
}
}
|