UNPKG

dobo-restproxy

Version:
38 lines (37 loc) 844 B
{ "name": "dobo-restproxy", "version": "2.0.1", "description": "REST Api Proxy driver for Dobo", "main": "index.js", "scripts": { "build-doc": "jsdoc -c .jsdoc.conf.json", "test": "mocha" }, "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", "devDependencies": { "clean-jsdoc-theme": "^4.3.0", "jsdoc-plugin-intersection": "^1.0.4" } }