apeman-doc
Version:
Document generator for apeman.
53 lines (52 loc) • 1.18 kB
JSON
{
"name": "apeman-doc",
"version": "2.0.2",
"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": "okunishinishi",
"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": "^2.5.5",
"argx": "^1.3.1",
"arraysort": "^1.0.3",
"async": "^1.5.0",
"commander": "^2.9.0",
"coz": "^3.1.6",
"stringcase": "^1.2.8",
"textconv": "^1.1.1"
},
"devDependencies": {
"ape-covering": "^1.1.1",
"ape-releasing": "^1.0.17",
"ape-reporting": "^1.0.9",
"ape-tasking": "^1.0.8",
"ape-testing": "^1.5.0",
"ape-tmpl": "^2.0.3",
"ape-updating": "^1.1.2",
"injectmock": "^1.1.3",
"sharegit": "^1.0.0"
},
"engines": {
"node": ">=4.0.0"
}
}