onem2m_client
Version:
Synctechno's Library for communicating with Mobius on KETI through oneM2M platform
36 lines (35 loc) • 810 B
JSON
{
"name": "onem2m_client",
"version": "1.0.63",
"description": "Synctechno's Library for communicating with Mobius on KETI through oneM2M platform",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synctechno/onem2m_client.git"
},
"keywords": [
"oneM2M",
"Mobius",
"KETI"
],
"author": "Synctechno inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/synctechno/onem2m_client/issues"
},
"homepage": "https://github.com/synctechno/onem2m_client#readme",
"dependencies": {
"debug": "~2.6.9",
"lodash": "^4.17.11",
"mqtt": "^2.6.2",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}