{
  "name": "nosql-subkey",
  "description": "Add the subkey/sublevel feature to abstract-nosql database",
  "version": "0.9.3",
  "homepage": "https://github.com/snowyu/node-nosql-subkey",
  "repository": {
    "type": "git",
    "url": "git://github.com/snowyu/node-nosql-subkey.git"
  },
  "files": [
    "README.md",
    "LICENSE-MIT",
    "*.js",
    "*.coffee",
    "test",
    "src",
    "lib"
  ],
  "keywords": [
    "hierarchy",
    "partition",
    "abstract-nosql",
    "nosql",
    "stream",
    "database",
    "orm",
    "db",
    "data",
    "store",
    "storage",
    "json"
  ],
  "dependencies": {
    "abstract-error": "^1.0.1",
    "abstract-nosql": "^3.0.0",
    "abstract-object": "~2.1.5",
    "buffer-codec": "~1.6.2",
    "custom-ability": "^1.3.1",
    "depd": "~2.0.0",
    "encoding-iterator": "~1.1.0",
    "events-ex": "^1.1.2",
    "inherits-ex": "~1.2.3",
    "ltgt": "~2.2.1",
    "minimatch": "~3.0.4",
    "nosql-encoding": "~1.3.0",
    "ref-object": "^1.0.1",
    "secondary-cache": "^1.2.3",
    "util-ex": "~0.3.15"
  },
  "devDependencies": {
    "chai": "~2.1.1",
    "coffee-script": "^1.12.7",
    "grunt": "~1.0.4",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-mocha-test": "~0.13.3",
    "grunt-newer": "~1.3.0",
    "grunt-release": "~0.14.0",
    "mocha": "^5.0.0",
    "pre-commit": "~1.0.6",
    "rimraf": "~2.6.3",
    "shasum": "~1.0.2",
    "sinon": "~1.13.0",
    "sinon-chai": "~2.7.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "contributors": [
    {
      "name": "Dominic Tarr",
      "email": "dominic.tarr@gmail.com",
      "url": "http://dominictarr.com"
    },
    {
      "name": "Riceball LEE",
      "email": "snowyu.lee@gmail.com",
      "url": "https://github.com/snowyu"
    }
  ],
  "maintainers": [
    {
      "name": "Riceball LEE",
      "email": "snowyu.lee@gmail.com"
    }
  ],
  "pre-commit": [
    "test"
  ],
  "bugs": {
    "url": "https://github.com/snowyu/node-nosql-subkey/issues"
  },
  "license": "MIT",
  "stability": "unstable"
}
