From a1dc06cf4b51aaf72d0bc1f619e954af0d86388d Mon Sep 17 00:00:00 2001 From: nobuti Date: Tue, 29 Aug 2017 14:57:13 +0200 Subject: [PATCH] Get rid of bower. --- bower.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 2a079f8..0000000 --- a/bower.json +++ /dev/null @@ -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": "*" - } -}