UNPKG

bit-docs

Version:

The sophisticated JavaScript documentation engine.

79 lines (78 loc) 2.08 kB
{ "name": "bit-docs", "description": "The sophisticated JavaScript documentation engine.", "version": "0.2.0", "maintainers": [ { "name": "Bitovi", "email": "contact@bitovi.com", "web": "http://bitovi.com/" } ], "main": "main.js", "bin": { "bit-docs": "./bin/bit-docs" }, "scripts": { "jshint": "jshint *.js lib/*.js tasks/*.js test/*.js --config", "test": "npm run jshint && mocha test.js --reporter spec", "preversion": "npm test", "publish": "git push origin && git push origin --tags", "release:prerelease": "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" }, "devDependencies": { "connect": "^3.6.6", "jshint": "^2.9.5", "mocha": ">= 1.18.0", "qunit-mocha-ui": "*", "rimraf": "2.1" }, "dependencies": { "async": "~0.2.7", "bit-docs-process-tags": "^0.0.6", "chokidar": "^1.0.0-rc5", "cross-spawn-async": "^2.1.9", "enpeem": "^2.1.0", "fs-extra": "^0.24.0", "glob": "~6.0.3", "lodash": "^4.17.5", "md5": "^2.0.0", "q": "~1.0.1", "serve-static": "^1.13.2", "yargs": "^1.3.1" }, "system": { "npmDependencies": [] }, "homepage": "https://bit-docs.github.io/bit-docs-website/", "repository": { "type": "git", "url": "git://github.com/bitovi/documentjs.git" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" } ], "bit-docs": { "dependencies": { "bit-docs-glob-finder": "^0.0.5", "bit-docs-dev": "^0.0.3", "bit-docs-js": "^0.0.6", "bit-docs-tag-sourceref": "^0.0.3", "bit-docs-generate-html": "^0.4.0", "bit-docs-prettify": "^0.1.1", "bit-docs-html-highlight-line": "^0.2.2" }, "glob": { "pattern": "{node_modules/bit-docs-*,docs}/**/*.{js,md}" }, "parent": "BitDocs", "minifyBuild": false } }