dobo-restproxy
Version:
REST Api Proxy driver for Dobo
35 lines (34 loc) • 719 B
JSON
{
"name": "dobo-restproxy",
"version": "1.2.2",
"description": "REST Api Proxy driver for Dobo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"bajo": {
"type": "plugin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/dobo-restproxy.git"
},
"keywords": [
"restproxy",
"dobo",
"db",
"driver",
"bajo",
"framework",
"modular"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/dobo-restproxy/issues"
},
"homepage": "https://github.com/ardhi/dobo-restproxy#readme",
"dependencies": {
}
}