bower.json
366 Bytes
{
"name": "solr-frontend",
"version": "0.0.0",
"authors": [
"Adam Heath <adam@brainfood.com>"
],
"description": "Solr Frontend",
"license": "Apache",
"ignore": [
"**/.*",
"node_modules",
"src/lib/bower",
"test",
"tests"
],
"dependencies": {
"backbone": "~1.1.2",
"underscore": "~1",
"requirejs": "~2.1.17"
}
}