{
  "name": "sarge",
  "description": "Register and use custom search indexers to create, update and use search indices.",
  "version": "1.0.0",
  "homepage": "https://github.com/doowb/sarge",
  "author": "Brian Woodward (https://github.com/doowb)",
  "repository": "doowb/sarge",
  "bugs": {
    "url": "https://github.com/doowb/sarge/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "define-property": "^0.2.5",
    "extend-shallow": "^2.0.1",
    "for-own": "^1.0.0",
    "lazy-cache": "^2.0.2",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "algoliasearch": "^3.22.1",
    "assemble": "^0.23.0",
    "async-each": "^1.0.1",
    "cheerio": "^0.22.0",
    "fs-exists-sync": "^0.1.0",
    "gulp-format-md": "^0.1.12",
    "lunr": "^1.0.0",
    "mocha": "^3.2.0",
    "write": "^0.3.3",
    "yargs-parser": "^5.0.0"
  },
  "keywords": [
    "algolia",
    "index",
    "indexer",
    "lunr",
    "search",
    "search-index",
    "search-indexer"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    },
    "related": {
      "list": [
        "base-search",
        "search-indexer-algolia"
      ]
    },
    "reflinks": [
      "assemble",
      "verb",
      "verb-generate-readme"
    ]
  }
}
