apeman-demo-srvc
Version:
Demo of service project.
43 lines • 998 B
JSON
{
"name": "apeman-demo-srvc",
"version": "3.0.1",
"description": "Demo of service project.",
"main": "lib",
"scripts": {
"test": "./ci/test.js",
"prepublish": "./ci/build.js"
},
"repository": "apeman-demo-labo/apeman-demo-srvc",
"keywords": [
"apeman",
"service"
],
"author": {
"email": "okunishitaka.com@gmail.com",
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apeman-demo-labo/apeman-demo-srvc/issues"
},
"homepage": "https://github.com/apeman-demo-labo/apeman-demo-srvc#readme",
"dependencies": {
"co": "^4.6.0"
},
"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.3",
"coz": "^6.0.3",
"injectmock": "^2.0.0"
},
"engines": {
"node": ">=6",
"npm": ">=3"
}
}