bower.json 479 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": {
    "jquery": "",
    "backbone": "~1.1.2",
    "backbone-nested-models": "git@gitlab.brainfood.com:brainfood/backbone-nested-models.git",
    "underscore": "~1",
    "requirejs": "~2.1.17"
  }
}