Normalize package.json.
Fix version info, add missing properties.
This commit is contained in:
+8
-10
@@ -1,23 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "filesaver.js",
|
"name": "filesaver.js",
|
||||||
"version": "2013.1.23",
|
"version": "2013.1.24",
|
||||||
"description": "A saveAs() FileSaver implementation",
|
"description": "A saveAs() FileSaver implementation",
|
||||||
|
"author": "Eli Grey",
|
||||||
|
"license": "MIT/X11",
|
||||||
"main": "FileSaver.js",
|
"main": "FileSaver.js",
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/eligrey/FileSaver.js.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": [
|
"keywords": [
|
||||||
"filesaver",
|
"filesaver",
|
||||||
"saveas",
|
"saveas",
|
||||||
"blob"
|
"blob"
|
||||||
],
|
]
|
||||||
"author": "Eli Grey",
|
|
||||||
"license": "MIT/X11",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/eligrey/FileSaver.js/issues"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user