adonis-resource-controller
Version:
Restful resource controller for AdonisJs
27 lines (26 loc) • 638 B
JSON
{
"name": "adonis-resource-controller",
"version": "0.3.0",
"description": "Restful resource controller for AdonisJs",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wxs77577/adonis-resource-controller.git"
},
"keywords": [
"AdonisJs",
"Restful"
],
"author": "wu-xuesong@qq.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/wxs77577/adonis-resource-controller/issues"
},
"homepage": "https://github.com/wxs77577/adonis-resource-controller#readme",
"dependencies": {
"lodash": "^4.17.10"
}
}