UNPKG

@lwmqn/util

Version:

Utility for LwMQN shepherd server and qnode client libraries.

40 lines (39 loc) 947 B
{ "name": "@lwmqn/util", "version": "0.6.2", "description": "Utility for LwMQN shepherd server and qnode client libraries.", "main": "index.js", "scripts": { "lint": "standard --env mocha | snazzy", "lint-fix": "standard --env mocha --fix | snazzy", "test": "standard --env mocha && nyc mocha -u bdd --reporter spec", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "https://github.com/lwmqn/util.git" }, "keywords": [ "lwmqn", "lwm2m", "mqtt", "ipso" ], "author": "Simen Li", "license": "MIT", "bugs": { "url": "https://github.com/lwmqn/util/issues" }, "homepage": "https://github.com/lwmqn/util", "dependencies": { "lwm2m-id": "^1.6.2" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.9", "mocha": "^6.2.2", "nyc": "^15.0.0", "snazzy": "^8.0.0", "standard": "^14.0.0" } }