Readying for NPM
This commit is contained in:
parent
53b98cd4bf
commit
e91e078eb6
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "backbone-model-file-upload",
|
"name": "backbone-model-file-upload",
|
||||||
"version": "0.5.3",
|
"version": "1.0.0",
|
||||||
"description": "A concise, non-iframe, & pure XHR2/AJAX Backbone.model file upload. (Good for IE >= 10, FF, Chrome.)",
|
"description": "A concise, non-iframe, & pure XHR2/AJAX Backbone.model file upload. (Good for IE >= 10, FF, Chrome.)",
|
||||||
"main": "backbone-model-file-upload.js",
|
"main": "backbone-model-file-upload.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "tests"
|
"test": "test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bower": "^1.3.12",
|
"bower": "^1.3.12",
|
||||||
@ -35,5 +35,6 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/homeslicesolutions/backbone-model-file-upload/issues"
|
"url": "https://github.com/homeslicesolutions/backbone-model-file-upload/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/homeslicesolutions/backbone-model-file-upload"
|
"homepage": "https://github.com/homeslicesolutions/backbone-model-file-upload",
|
||||||
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user