osif-client
Version:
KOREA Electronics Technology Institute(KETI) provides a OSIF client library for the project called Cognitive IoT R&D Project.
30 lines (29 loc) • 643 B
JSON
{
"name": "osif-client",
"version": "1.1.0",
"description": "KOREA Electronics Technology Institute(KETI) provides a OSIF client library for the project called Cognitive IoT R&D Project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/IoTKETI"
},
"keywords": [
"OSIF",
"KETI",
"IoT",
"Data Grid"
],
"author": "KETI",
"license": "BSD-3-Clause",
"dependencies": {
"debug": "^3.1.0",
"hazelcast-client": "^0.6.2",
"uuid": "^3.1.0"
},
"engines": {
"node": ">= 0.8"
}
}