{ "name": "backbone-model-file-upload", "version": "1.0.0", "description": "A concise, non-iframe, & pure XHR2/AJAX Backbone.model file upload. (Good for IE >= 10, FF, Chrome.)", "main": "backbone-model-file-upload.js", "directories": { "test": "test" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/homeslicesolutions/backbone-model-file-upload.git" }, "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", "devDependencies": { "backbone": "1.2.3", "blob": "0.0.4", "grunt": "0.4.5", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-jasmine": "CartoDB/grunt-contrib-jasmine#headless-chrome", "grunt-run": "0.3.0", "grunt-run-node": "0.1.3", "grunt-template-jasmine-requirejs": "^0.2.0", "grunt-webpack": "^3.0.2", "jquery": "2.1.4", "underscore": "1.8.3", "webpack": "^3.5.5", "formidable": "~1.0.15" } }