{
  "name": "rethinkdb-fixtures",
  "version": "0.1.1",
  "description": "Easily load fixtures into Rethinkdb. Useful for testing.",
  "main": "index.js",
  "scripts": {
    "test": "lab -v -m 5000",
    "linter": "lab -L",
    "coverage": "lab -c -v",
    "start": "node ./bin/insert.js",
    "delete": "node ./bin/delete.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/athlite/rethinkdb-fixtures"
  },
  "keywords": [
    "Rethinkdb",
    "testing",
    "fixtures"
  ],
  "author": "Thomas Eng",
  "license": "ISC",
  "dependencies": {
    "bluebird": "^3.4.6",
    "glob": "^7.0.6",
    "lodash": "^4.15.0",
    "rethinkdb": "^2.3.3"
  },
  "devDependencies": {
    "code": "^4.0.0",
    "lab": "^11.1.0"
  }
}
