bit-docs-generate-searchmap
Version:
Generates a searchmap from the docMap
41 lines (40 loc) • 1.15 kB
JSON
{
"name": "bit-docs-generate-searchmap",
"version": "0.2.0",
"description": "Generates a searchmap from the docMap",
"main": "index.js",
"scripts": {
"test": "mocha test.js --reporter spec",
"postversion": "git push --tags && git push",
"preversion": "npm test",
"release:pre": "npm version prerelease && npm publish",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bit-docs/bit-docs-generate-searchmap.git"
},
"keywords": [
"donejs"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/bit-docs/bit-docs-generate-searchmap/issues"
},
"homepage": "https://github.com/bit-docs/bit-docs-generate-searchmap#readme",
"dependencies": {
"bit-docs-generate-html": "^0.6.0",
"fs-extra": "0.30.0",
"lodash": "~4.13.1",
"md5": "2.1.0",
"steal-tools": "0.16.X",
"striptags": "^3.0.1"
},
"devDependencies": {
"mocha": ">= 1.18.0",
"rimraf": "2.1"
}
}