apeman-tmpl
Version:
Template manager for apeman.
61 lines • 1.41 kB
JSON
{
"name": "apeman-tmpl",
"version": "6.0.2",
"description": "Template manager for apeman.",
"main": "lib",
"bin": {
"apeman-tmpl": "./bin/apeman-tmpl"
},
"scripts": {
"test": "./ci/test.js"
},
"repository": "apeman-cmd-labo/apeman-tmpl",
"keywords": [
"apeman",
"command",
"tmpl"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishitaka.com@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apeman-cmd-labo/apeman-tmpl/issues"
},
"homepage": "https://github.com/apeman-cmd-labo/apeman-tmpl#readme",
"dependencies": {
"apemancwd": "^1.0.3",
"apemanfile": "^6.0.0",
"apemanpromise": "^3.1.1",
"argx": "^2.0.2",
"arrayfilter": "^1.1.2",
"arrayreduce": "^2.1.0",
"arraysort": "^2.0.0",
"co": "^4.6.0",
"colorprint": "^3.0.3",
"commander": "^2.9.0",
"coz": "^6.0.2",
"iftype": "^2.0.4",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"textconv": "^3.0.0"
},
"devDependencies": {
"ape-covering": "^3.0.1",
"ape-releasing": "^3.1.1",
"ape-reporting": "^3.0.1",
"ape-tasking": "^4.0.0",
"ape-testing": "^4.0.0",
"ape-tmpl": "^5.0.1",
"ape-updating": "^3.0.2",
"coz-tmpl": "^1.2.1",
"injectmock": "^2.0.0",
"sharegit": "^1.0.2"
},
"engines": {
"node": ">=6",
"npm": ">=3"
}
}