dobo-restproxy-ndut
Version:
Ndut Framework REST Proxy Extension for Bajo Framework
35 lines (34 loc) • 847 B
JSON
{
"name": "dobo-restproxy-ndut",
"version": "2.0.1",
"description": "Ndut Framework REST Proxy Extension for Bajo Framework",
"main": "index.js",
"scripts": {
"build-doc": "jsdoc -c .jsdoc.conf.json",
"test": "mocha"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/dobo-restproxy-ndut.git"
},
"keywords": [
"restproxy",
"ndut",
"db",
"driver",
"bajo",
"framework",
"modular"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/dobo-restproxy-ndut/issues"
},
"homepage": "https://github.com/ardhi/dobo-restproxy-ndut#readme",
"devDependencies": {
"clean-jsdoc-theme": "^4.3.0",
"jsdoc-plugin-intersection": "^1.0.4"
}
}