bower.json
473 Bytes
{
"name": "solr-frontend",
"version": "0.5",
"authors": [
"Adam Heath <adam@brainfood.com>"
],
"description": "Solr Frontend",
"license": "Apache",
"ignore": [
"**/.*",
"node_modules",
"src/lib/bower",
"test",
"tests"
],
"dependencies": {
"jquery": "",
"backbone": "",
"backbone-nested-models": "https://gitlab.brainfood.com/brainfood/backbone-nested-models.git",
"underscore": "",
"requirejs": "~2.1.17"
}
}