{
  "name": "underscore-db",
  "version": "0.12.2",
  "description": "Use JavaScript objects as databases",
  "main": "src/node.js",
  "scripts": {
    "test": "grunt test",
    "build": "grunt",
    "prepush": "npm test",
    "prepublish": "npm run build"
  },
  "author": "Typicode <typicode@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/typicode/underscore-db.git"
  },
  "keywords": [
    "JavaScript",
    "Underscore",
    "Lo-Dash",
    "lodash",
    "database",
    "datastore",
    "JSON",
    "object",
    "embed",
    "embeddable"
  ],
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-browserify": "^3.8.0",
    "grunt-cli": "~0.1.11",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-mocha-test": "~0.7.0",
    "husky": "^0.11.8",
    "lodash": "^4.6.1",
    "sinon": "~1.8.1",
    "underscore": "^1.8.3"
  }
}
