apeman-app-rest
Version:
apeman app to handle restful endpoint.
72 lines (71 loc) • 1.79 kB
JSON
{
"name": "apeman-app-rest",
"version": "6.0.14",
"description": "apeman app to handle restful endpoint.",
"main": "lib",
"scripts": {
"test": "./ci/test.js",
"prepublish": "./ci/build.js"
},
"repository": "apeman-app-labo/apeman-app-rest",
"keywords": [
"apeman",
"app",
"rest"
],
"author": {
"email": "okunishitaka.com@gmail.com",
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apeman-app-labo/apeman-app-rest/issues"
},
"homepage": "https://github.com/apeman-app-labo/apeman-app-rest#readme",
"dependencies": {
"apeman-app-jsonapi": "^3.0.0",
"apeman-app-noop": "^3.0.1",
"apeman-app-route": "^5.0.2",
"apeman-app-validate": "^5.0.0",
"apemanerror": "^3.1.0",
"apemanmodel": "^2.0.10",
"apemanpromise": "^3.1.1",
"argx": "^2.0.2",
"co": "^4.6.0",
"debug": "^2.2.0",
"defaults": "^1.0.3",
"pluralize": "^3.0.0",
"qs": "^6.2.0",
"stringcase": "^3.0.1",
"uuid": "^2.0.2"
},
"devDependencies": {
"ape-covering": "^3.0.3",
"ape-doc": "^2.0.2",
"ape-formatting": "^1.0.0",
"ape-releasing": "^4.0.1",
"ape-reporting": "^3.0.1",
"ape-tasking": "^4.0.2",
"ape-testing": "^4.0.0",
"ape-tmpl": "^5.0.6",
"ape-updating": "^4.0.1",
"apeman-app": "^7.0.5",
"apeman-app-body": "^1.0.1",
"apeman-app-link": "^3.0.1",
"apeman-app-locale": "^3.0.0",
"apemandb": "^6.0.1",
"apemanlocale": "^5.0.10",
"apemanport": "^1.0.0",
"apemanrequest": "^1.1.0",
"apemansleep": "^1.0.3",
"coz": "^6.0.3",
"injectmock": "^2.0.0",
"sqlite3": "^3.1.4",
"uuid": "^2.0.2"
},
"engines": {
"node": ">=6",
"npm": ">=3"
}
}