backbone-model-file-upload/bower.json
Beñat Espiña 5652f45ff0 Renamed the library name.
Avoid issues when the library is downloaded with Bower because, now, the folder of library is created with "backbone-model-file-upload tests" name and this whitespace generates an error with the path.
2015-09-18 11:07:13 +02:00

10 lines
177 B
JSON

{
"name": "backbone-model-file-upload",
"main": "backbone-model-file-upload.js",
"dependencies": {
"jquery": "~2.1.1",
"backbone": "~1.1.2",
"Blob": "*"
}
}