apeman-doc
Version:
Document generator for apeman.
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "apeman-doc",
"version": "5.0.5",
"description": "Document generator for apeman.",
"main": "lib",
"bin": {
"apeman-doc": "./bin/apeman-doc"
},
"scripts": {
"test": "./ci/test.js"
},
"repository": "apeman-cmd-labo/apeman-doc",
"keywords": [
"apeman",
"command",
"doc"
],
"author": {
"email": "okunishitaka.com@gmail.com",
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apeman-cmd-labo/apeman-doc/issues"
},
"homepage": "https://github.com/apeman-cmd-labo/apeman-doc#readme",
"dependencies": {
"apemanfile": "^8.0.0",
"arrayfilter": "^1.1.2",
"arrayreduce": "^2.1.0",
"arraysort": "^2.0.0",
"co": "^4.6.0",
"commander": "^2.9.0",
"coz": "^6.0.16",
"findout": "^2.0.1",
"stringcase": "^3.0.1",
"textconv": "^3.0.1"
},
"devDependencies": {
"amocha": "^1.0.11",
"ape-releasing": "^4.0.4",
"ape-reporting": "^3.0.2",
"ape-tasking": "^4.0.8",
"ape-tmpl": "^5.0.15",
"ape-updating": "^4.0.5",
"injectmock": "^2.0.0"
},
"engines": {
"node": ">=6",
"npm": ">=3"
}
}