evrythng-hub
Version:
Evrythng.js Hub plugin for transparent local Thng-Hub requests
40 lines • 790 B
JSON
{
"name": "evrythng-hub",
"version": "2.0.0",
"main": "lib/evrythng-hub.js",
"description": "Evrythng.js Hub plugin for transparent local Thng-Hub requests",
"repository": {
"type": "git",
"url": "git://github.com/evrythng/evrythng-hub.js.git"
},
"keywords": [
"evrythng",
"everything",
"thng",
"evt",
"iot",
"internet of things",
"wot",
"web of things",
"thng-hub",
"hub",
"mqtt",
"thng-scan",
"scanthng"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/evrythng/evrythng-hub.js/blob/master/LICENSE"
}
],
"readmeFilename": "README.md",
"dependencies": {
"evrythng": "^4.2.0",
"jsrsasign": "5.0.5",
"node-jose": "0.7.0"
},
"ignore": [
"dist"
]
}