{
  "name": "reheat",
  "description": "A red hot Node.js ORM for RethinkDB.",
  "version": "1.0.0-beta.10",
  "homepage": "https://github.com/jmdobry/reheat",
  "repository": {
    "type": "git",
    "url": "https://github.com/jmdobry/reheat.git"
  },
  "author": {
    "name": "Jason Dobry",
    "url": "http://www.pseudobry.com",
    "email": "jason.dobry@gmail.com"
  },
  "main": "./lib/index",
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "scripts": {
    "test": "node node_modules/grunt-cli/bin/grunt test"
  },
  "keywords": [
    "orm",
    "odm",
    "model",
    "schema",
    "rethink",
    "rethinkdb",
    "nosql",
    "database",
    "adapter",
    "reql"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jmdobry/reheat/blob/master/LICENSE"
    }
  ],
  "readmeFilename": "README.md",
  "dependencies": {
    "mout": "~0.10.x",
    "bluebird": "~2.3.x",
    "robocop.js": "~0.15.x",
    "dependable": "^0.2.5",
    "rethinkdbdash": "~1.15.x"
  },
  "devDependencies": {
    "chai": "~1.10.x",
    "chai-as-promised": "~4.1.x",
    "coveralls": "~2.11.x",
    "docular": "^0.6.3",
    "grunt": "~0.4.x",
    "grunt-cli": "~0.1.x",
    "grunt-contrib-clean": "~0.6.x",
    "grunt-contrib-concat": "~0.5.x",
    "grunt-contrib-copy": "~0.7.x",
    "grunt-contrib-jshint": "~0.10.x",
    "grunt-contrib-nodeunit": "~0.4.x",
    "grunt-contrib-uglify": "~0.6.x",
    "grunt-docular": "0.1.2",
    "grunt-istanbul": "~0.3.x",
    "grunt-karma-coveralls": "~2.5.x",
    "grunt-simple-mocha": "~0.4.x",
    "jit-grunt": "~0.9.x",
    "sandboxed-module": "~1.0.x",
    "sinon": "~1.11.x",
    "time-grunt": "~1.0.x"
  },
  "bugs": {
    "url": "https://github.com/jmdobry/reheat/issues",
    "email": "jason.dobry@gmail.com"
  }
}
