bower.json 481 Bytes
{
  "name": "solr-frontend",
  "version": "2016.12.15-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": "http://gitlab.brainfood.com/brainfood/backbone-nested-models.git",
    "underscore": "",
    "requirejs": "~2.1.17"
  }
}