apeman-tmpl-contrib-official
Version:
Template for official apeman modules
53 lines • 1.42 kB
JSON
{
"name": "apeman-tmpl-contrib-official",
"version": "3.0.3",
"description": "Template for official apeman modules",
"main": "lib",
"scripts": {
"test": "./ci/test.js",
"build": "./ci/build.js",
"cover": "./ci/cover.js",
"report": "./ci/report.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apeman-tmpl-contrib-repo/apeman-tmpl-contrib-official.git"
},
"keywords": [
"apeman",
"contribution",
"tmpl"
],
"author": {
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apeman-tmpl-contrib-repo/apeman-tmpl-contrib-official/issues"
},
"homepage": "https://github.com/apeman-tmpl-contrib-repo/apeman-tmpl-contrib-official#readme",
"dependencies": {
"apeman-commons-templating": "^1.2.3",
"apeman-tmpl-contrib-ci": "^1.1.0",
"apeman-tmpl-contrib-dotfiles": "^1.0.4",
"apeman-tmpl-contrib-license": "^1.2.1",
"argx": "^1.2.4",
"arrayreduce": "^1.0.2",
"async": "^1.4.2"
},
"devDependencies": {
"ape-releasing": "^1.0.16",
"ape-reporting": "^1.0.9",
"ape-tasking": "^1.0.7",
"ape-testing": "^1.3.2",
"ape-tmpl": "^1.1.0",
"ape-updating": "^1.0.1",
"coz": "^3.0.15",
"coz-tmpl": "^1.0.4",
"execcli": "^2.1.1",
"expandglob": "^1.0.0",
"extend": "^3.0.0",
"mkdirp": "^0.5.1"
}
}