Files
FileSaver.js/package.json
T
XhmikosR 054378f822 Normalize package.json.
Fix version info, add missing properties.
2014-02-09 13:13:00 +02:00

22 lines
481 B
JSON

{
"name": "filesaver.js",
"version": "2013.1.24",
"description": "A saveAs() FileSaver implementation",
"author": "Eli Grey",
"license": "MIT/X11",
"main": "FileSaver.js",
"repository": {
"type": "git",
"url": "https://github.com/eligrey/FileSaver.js.git"
},
"bugs": {
"url": "https://github.com/eligrey/FileSaver.js/issues"
},
"homepage": "https://github.com/eligrey/FileSaver.js",
"keywords": [
"filesaver",
"saveas",
"blob"
]
}