Get rid of bower.

This commit is contained in:
nobuti 2017-08-29 14:57:13 +02:00
parent 33a766a342
commit a1dc06cf4b

View File

@ -1,24 +0,0 @@
{
"name": "backbone-model-file-upload",
"description": "A concise, non-iframe, & pure XHR2/AJAX Backbone.model file upload. (Good for IE >= 10, FF, Chrome.)",
"version": "1.0.0",
"main": "backbone-model-file-upload.js",
"keywords": [
"backbone",
"fileupload",
"file",
"model",
"multipart"
],
"author": "Joe Vu",
"license": "MIT",
"bugs": {
"url": "https://github.com/homeslicesolutions/backbone-model-file-upload/issues"
},
"homepage": "https://github.com/homeslicesolutions/backbone-model-file-upload",
"dependencies": {
"jquery": "~2.1.1",
"backbone": "~1.1.2",
"Blob": "*"
}
}