{
  "name": "search-index-adder",
  "version": "0.3.9",
  "description": "The indexing module for search-index",
  "main": "index.js",
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "scripts": {
    "commit": "git-cz",
    "changelog": "node -e \"require('standard-changelog')().pipe(process.stdout)\"",
    "dist": "browserify index.js --standalone SearchIndexAdder > dist/search-index-adder.js",
    "dist-min": "npm run dist && cat dist/search-index-adder.js | uglifyjs -c dead_code > dist/search-index-adder.min.js",
    "github-release": "conventional-github-releaser -p angular",
    "tag-release": "npm run -s changelog | git tag -a v$(npm run -s print-version-from-package-json) --file - --cleanup=verbatim",
    "lint": "standard --fix test/*.js lib/* ./index.js",
    "print-version-from-package-json": "node -e \"process.stdout.write(require('./package.json').version)\"",
    "stress-test": "rm -rf test/sandbox && mkdir test/sandbox && node --max_old_space_size=200 test/stresstest/stress-test.js",
    "test": "npm run lint && rm -rf test/sandbox && mkdir test/sandbox && tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fergiemcdowall/search-index-adder.git"
  },
  "keywords": [
    "search",
    "index",
    "indexing"
  ],
  "author": "Fergus McDowall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fergiemcdowall/search-index-adder/issues"
  },
  "homepage": "https://github.com/fergiemcdowall/search-index-adder#readme",
  "browser": {
    "leveldown": "level-js"
  },
  "dependencies": {
    "JSONStream": "^1.2.1",
    "async": "^2.3.0",
    "bunyan": "^1.8.10",
    "docproc": "^1.0.0",
    "levelup": "^1.3.8",
    "pumpify": "^1.3.5"
  },
  "optionalDependencies": {
    "leveldown": "^1.7.1"
  },
  "devDependencies": {
    "browserify": "^13.1.0",
    "commitizen": "^2.9.6",
    "conventional-github-releaser": "1.1.10",
    "cz-conventional-changelog": "^2.0.0",
    "level-js": "^2.2.4",
    "level-out": "0.0.7",
    "reuters-21578-json": "^0.0.8",
    "search-index-searcher": "^0.2.8",
    "standard": "^8.5.0",
    "standard-changelog": "^1.0.1",
    "stopword": "^0.1.1",
    "tape": "^4.6.2",
    "written-number": "^0.6.3"
  }
}
