backbone-model-file-upload/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2014-12-17 15:33:48 +08:00
{
"name": "backbone-model-file-upload",
2016-09-13 07:15:25 +08:00
"version": "1.0.1",
2014-12-17 15:33:48 +08:00
"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": {
2015-04-25 16:41:19 +08:00
"test": "test"
2014-12-17 15:33:48 +08:00
},
"dependencies": {},
2014-12-17 15:33:48 +08:00
"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"
},
2015-04-25 16:41:19 +08:00
"homepage": "https://github.com/homeslicesolutions/backbone-model-file-upload",
"devDependencies": {
"bower": "^1.3.12",
"formidable": "~1.0.15",
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.6.5",
"grunt-run": "^0.3.0",
"grunt-run-node": "^0.1.0",
"grunt-template-jasmine-requirejs": "^0.2.0",
"lodash": "~2.4.1"
}
2014-12-17 15:33:48 +08:00
}