UNPKG

dobo-restproxy

Version:
40 lines (39 loc) 914 B
{ "name": "dobo-restproxy", "version": "2.4.0", "description": "REST Api Proxy adapter for Dobo", "main": "index.js", "scripts": { "build-doc": "jsdoc -c .jsdoc.conf.json", "test": "mocha" }, "type": "module", "bajo": { "type": "plugin", "alias": "dbrpx", "dependencies": ["dobo", "bajo-extra"] }, "repository": { "type": "git", "url": "git+https://github.com/ardhi/dobo-restproxy.git" }, "keywords": [ "restproxy", "dobo", "db", "adapter", "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", "devDependencies": { "clean-jsdoc-theme": "^4.3.0", "jsdoc-plugin-intersection": "^1.0.4" } }