w-comor-hapi
Version:
A http communicator in nodejs and browser. Mapping functions from nodejs to other end points, like a simple RPC.
37 lines • 743 B
JSON
{
"name": "w-comor-hapi",
"version": "1.0.38",
"main": "dist/w-comor-hapi-server.umd.js",
"dependencies": {
"@hapi/hapi": "^21.3.7",
"@hapi/inert": "^7.1.0",
"axios": "^1.6.8",
"lodash-es": "^4.18.1",
"wsemi": "^1.8.67",
"xss": "^1.0.15"
},
"devDependencies": {
"w-package-tools": "^1.1.12"
},
"scripts": {
"test": "mocha --parallel --timeout 60000",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuda-lyu/w-comor-hapi.git"
},
"keywords": [
"package",
"tool",
"http",
"hapi",
"nodejs",
"browser",
"wrapper",
"communicator",
"RPC"
],
"author": "yuda-lyu(semisphere)",
"license": "MIT"
}