5652f45ff0
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.
10 lines
177 B
JSON
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": "*"
|
|
}
|
|
}
|