{
  "name": "backbone-orm",
  "version": "0.7.14",
  "description": "A polystore ORM for Node.js and the browser",
  "main": "backbone-orm.js",
  "license": "MIT",
  "author": {
    "name": "Kevin Malakoff",
    "url": "https://github.com/kmalakoff"
  },
  "contributors": [
    {
      "name": "Gwilym Humphreys",
      "url": "https://github.com/gwilymhumphreys"
    },
    {
      "name": "Ryan Carniato",
      "url": "https://github.com/ryansolid"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vidigami/backbone-orm.git"
  },
  "bugs": {
    "url": "https://github.com/vidigami/backbone-orm/issues"
  },
  "homepage": "https://github.com/vidigami/backbone-orm",
  "keywords": [
    "backbone",
    "orm",
    "backbone-orm"
  ],
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "gulp test",
    "docs": "./node_modules/.bin/codo -n BackboneORM -a UA-36443094-3 -o docs src/."
  },
  "devDependencies": {
    "async": "*",
    "benchmark": "*",
    "chai": "*",
    "codo": "*",
    "coffee-loader": "*",
    "coffee-script": "*",
    "event-stream": "*",
    "gulp": "*",
    "gulp-bench": "*",
    "gulp-browserify": "*",
    "gulp-coffee": "*",
    "gulp-compile-js": "*",
    "gulp-concat": "*",
    "gulp-header": "*",
    "gulp-mocha": "*",
    "gulp-rename": "*",
    "gulp-require-src": "*",
    "gulp-shell": "*",
    "gulp-uglify": "*",
    "gulp-util": "*",
    "gulp-webpack-config": "*",
    "gulp-wrap-amd-infer": "*",
    "inflection": "*",
    "jquery": "*",
    "karma": "*",
    "karma-chai": "*",
    "karma-chrome-launcher": "*",
    "karma-cli": "*",
    "karma-coffee-preprocessor": "*",
    "karma-firefox-launcher": "*",
    "karma-mocha": "*",
    "karma-phantomjs-launcher": "*",
    "karma-safari-launcher": "*",
    "karma-spec-reporter": "*",
    "lodash": "*",
    "lru-cache": "*",
    "mocha": "*",
    "queue-async": "*",
    "webpack": "*",
    "wrench": "*"
  },
  "dependencies": {
    "underscore": "1.x",
    "backbone": "1.x"
  }
}
