{
  "name": "underscore.db",
  "version": "0.7.0",
  "description": "Use JavaScript objects as databases",
  "main": "src/node.js",
  "scripts": {
    "test": "grunt test"
  },
  "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": "~1.3.0",
    "grunt-cli": "~0.1.11",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-mocha-test": "~0.7.0",
    "lodash": "^2.4.1",
    "sinon": "~1.8.1",
    "underscore": "^1.7.0"
  }
}
