{
  "name": "backbone-rethinkdb",
  "version": "0.3.5",
  "description": "Backbone syncing with rethinkdb",
  "main": "index",
  "scripts": {
    "test": "node --harmony test/user"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Tim-Zhang/backbone-rethinkdb.git"
  },
  "keywords": [
    "rethinkdb",
    "backbone",
    "co"
  ],
  "author": "Tim Zhang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Tim-Zhang/backbone-rethinkdb/issues"
  },
  "homepage": "https://github.com/Tim-Zhang/backbone-rethinkdb",
  "dependencies": {
    "backbone": "^1.1.2",
    "co": "^4.1.0",
    "rethinkdb": "^1.15.0-0",
    "thunkify": "^2.1.2",
    "underscore": "^1.7.0"
  }
}
