lwm2m-id
Version:
A dictionary of ip-based smart object(IPSO) identifiers defined by lwm2m spec.
31 lines (30 loc) • 677 B
JSON
{
"name": "lwm2m-id",
"version": "1.6.4",
"description": "A dictionary of ip-based smart object(IPSO) identifiers defined by lwm2m spec.",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "https://github.com/simenkid/lwm2m-id.git"
},
"keywords": [
"ipso",
"lwm2m"
],
"author": "Simen Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/simenkid/lwm2m-id/issues"
},
"homepage": "https://github.com/simenkid/lwm2m-id",
"dependencies": {
"enum": "^2.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
}
}