{
  "name": "diskdb",
  "version": "0.1.17",
  "main": "lib/diskdb.js",
  "description": "A Lightweight Disk based JSON Database with a MongoDB like API",
  "homepage": "http://arvindr21.github.io/diskDB",
  "bugs": "https://github.com/arvindr21/diskdb/issues",
  "author": {
    "name": "Arvind Ravulavaru",
    "email": "arvind.ravulavaru@gmail.com",
    "url": "http://thejackalofjavascript.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arvindr21/diskdb"
  },
  "license": "MIT",
  "files": [
    "lib"
  ],
  "keywords": [
    "diskDB",
    "JSON",
    "Database",
    "file system",
    "CRUD",
    "lightweight"
  ],
  "devDependencies": {
    "grunt": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "jshint-stylish": "^0.2.0",
    "load-grunt-tasks": "^0.4.0",
    "time-grunt": "^0.3.1"
  },
  "dependencies": {
    "chalk": "^0.4.0",
    "node-uuid": "^1.4.1",
    "merge": "^1.1.3"
  },
  "scripts": {
    "test": "grunt"
  }
}
