UNPKG

lwm2m

Version:

Library for developing servers and client of OMA Lightweight M2M

54 lines (53 loc) 1.36 kB
{ "name": "lwm2m", "description": "Library for developing servers and client of OMA Lightweight M2M", "version": "0.13.0", "homepage": "https://github.com/moleike/node-lwm2m", "main": "lib", "author": { "name": "Alexandre Moreno", "email": "alex_moreno@tutk.com" }, "repository": { "type": "git", "url": "git://github.com/moleike/node-lwm2m" }, "bugs": { "url": "https://github.com/moleike/node-lwm2m/issues" }, "engines": { "node": ">=6" }, "scripts": { "lint": "eslint --ignore-path .gitignore '**/*.js'", "test": "nyc --reporter=text node_modules/mocha/bin/mocha --recursive --exit", "coverage": "nyc report --reporter=text-lcov | coveralls", "doc": "documentation readme ./lib/index.js --markdown-toc --section=API", "pretest": "npm run lint", "prepublish": "npm run test", "preversion": "npm run test", "postversion": "git push origin && git push origin --tags" }, "dependencies": { "coap": "^0.21.0", "debug": "^2.6.6", "readable-stream": "^2.3.6" }, "devDependencies": { "coveralls": "^3.0.2", "documentation": "5.3.2", "eslint": "^5.6.0", "mocha": "^4.1.0", "nyc": "^13.0.1", "should": "^8.4.0" }, "keywords": [ "iot", "lwm2m", "ipso", "coap", "sensor", "sensor streaming", "smart objects" ] }