{
  "name": "backbone-orm",
  "main": "backbone-orm.js",
  "version": "0.7.13",
  "homepage": "http://vidigami.github.io/backbone-orm/",
  "authors": [
    "Kevin Malakoff (https://github.com/kmalakoff)",
    "Gwilym Humphreys (https://github.com/gwilymhumphreys)"
  ],
  "description": "A polystore ORM for Node.js and the browser",
  "keywords": ["backbone", "orm", "backbone-orm"],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "dependencies": {
    "underscore": ">=1.2.0",
    "backbone": ">=1.0.0"
  },
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "src",
    "client",
    "*.md",
    "config",
    "media",
    "gulpfile.coffee"
  ]
}
