bower.json
482 Bytes
{
"name": "solr-frontend",
"version": "2017.01.12-0",
"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"
}
}