{
  "name": "berry",
  "version": "1.0.0",
  "description": "This is a command line tool of berryDB.",
  "main": "berry.js",
  "directories": {
    "doc": "doc"
  },
  "scripts": {
    "test": "berry"
  },
  "keywords": [
    "berry"
  ],
  "bin": {
    "berry": "./bin/berry.js"
  },
  "author": "yhzheng",
  "license": "ISC",
  "dependencies": {
    "co-fs": "^1.2.0",
    "md5": "^2.2.1",
    "shelljs": "^0.8.2",
    "yargs": "^12.0.1"
  }
}
