{
  "name": "level-browserify",
  "description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN or Level.js)",
  "version": "2.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Level/level-browserify.git"
  },
  "homepage": "https://github.com/Level/level-browserify",
  "keywords": [
    "leveldb",
    "stream",
    "database",
    "db",
    "store",
    "storage",
    "json",
    "indexeddb"
  ],
  "main": "level.js",
  "dependencies": {
    "level-js": "^3.0.0",
    "level-packager": "^4.0.0",
    "leveldown": "^4.0.0"
  },
  "browser": "browser.js",
  "devDependencies": {
    "airtap": "0.0.7",
    "level-community": "^3.0.0",
    "remark-cli": "^5.0.0",
    "remark-collapse": "^0.1.2",
    "remark-git-contributors": "^0.2.1",
    "remark-github": "^7.0.3",
    "remark-toc": "^5.0.0",
    "standard": "^11.0.1",
    "tape": "^4.9.0"
  },
  "remarkConfig": {
    "plugins": [
      [
        "remark-git-contributors",
        "level-community"
      ],
      [
        "remark-github"
      ],
      [
        "remark-toc",
        {
          "maxDepth": 2,
          "tight": true
        }
      ],
      [
        "remark-collapse",
        {
          "test": "Table of Contents",
          "summary": "Click to expand"
        }
      ]
    ]
  },
  "scripts": {
    "test": "standard && node test-node.js",
    "test-browser-local": "standard && airtap --local --no-coverage test-browser.js",
    "remark": "remark README.md CONTRIBUTORS.md CHANGELOG.md UPGRADING.md -o"
  },
  "license": "MIT"
}
