apeman-proto-app
Version:
Prototype for app project.
74 lines (73 loc) • 1.96 kB
JSON
{
"name": "apeman-proto-app",
"version": "3.0.3",
"description": "Prototype for app project.",
"main": "Apemanfile.js",
"scripts": {
"test": "./ci/test.js",
"prepublish": "./ci/build.js"
},
"repository": "apeman-proto-labo/apeman-proto-app",
"keywords": [
"apeman",
"proto",
"app"
],
"author": {
"email": "okunishitaka.com@gmail.com",
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apeman-proto-labo/apeman-proto-app/issues"
},
"homepage": "https://github.com/apeman-proto-labo/apeman-proto-app#readme",
"dependencies": {
"apeman-proto-abstract": "^4.0.3",
"apeman-proto-mocha": "^4.0.4",
"apeman-proto-test": "^2.0.4",
"apeman-proto-wtch": "^2.0.1",
"apeman-task-coz": "^4.0.4",
"apeman-task-fmtjson": "^3.0.2",
"apeman-task-mkdir": "^3.0.3",
"apeman-task-mocha": "^2.0.2",
"apeman-tmpl-bud": "^2.0.4",
"apeman-tmpl-constants": "^2.0.0",
"apeman-tmpl-humans": "^2.0.0",
"apeman-tmpl-middleware": "^2.0.0",
"apeman-tmpl-pointer": "^2.0.0",
"apeman-tmpl-robots": "^2.0.0",
"apeman-tmpl-route": "^2.0.0",
"apeman-tmpl-settings": "^2.0.0",
"coz": "^6.0.3"
},
"devDependencies": {
"ape-covering": "^3.0.3",
"ape-releasing": "^4.0.1",
"ape-reporting": "^3.0.1",
"ape-tasking": "^4.0.3",
"ape-testing": "^4.0.0",
"ape-tmpl": "^5.0.11",
"ape-updating": "^4.0.2",
"apeman": "^6.1.9",
"apeman-bud-consts": "^2.0.0",
"apeman-bud-error": "^2.0.0",
"apeman-bud-license": "^3.0.0",
"apeman-bud-readme": "^3.0.1",
"apeman-bud-test": "^3.0.0",
"apeman-doc": "^5.0.2",
"apemantest": "^4.0.4",
"injectmock": "^2.0.0",
"mkdirp": "^0.5.1",
"sharegit": "^1.0.2",
"textconv": "^3.0.0"
},
"peerDependencies": {
"apeman": ">=6"
},
"engines": {
"node": ">=6",
"npm": ">=3"
}
}