lwmqn-util
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "lwmqn-util", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Utility for LWMQN mqtt-shepherd server and mqtt-node client libraries", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "make test-all" | ||
"test": "mocha -u bdd --reporter spec" | ||
}, | ||
@@ -29,5 +29,5 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.5.3" | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4" | ||
} | ||
} |
@@ -9,17 +9,17 @@ # lwmqn-util | ||
<br /> | ||
## Documentation | ||
## Documentation | ||
Please visit the [Wiki](https://github.com/lwmqn/lwmqn-util/wiki). | ||
## Overview | ||
## Overview | ||
**lwmqn-util** is a utility for Lightweight Mqtt Machine Network Server([mqtt-shepherd](https://github.com/lwmqn/mqtt-shepherd)) and Client([mqtt-node](https://github.com/lwmqn/mqtt-node)) modules. This utility provides some common methods of getting identifiers in string or in number, getting command ids, getting response codes, and tackling the path of resource alloaction. | ||
## Installation | ||
## Installation | ||
> $ npm install lwmqn-util --save | ||
## License | ||
## License | ||
Licensed under [MIT](https://github.com/lwmqn/lwmqn-util/blob/master/LICENSE). |
@@ -0,0 +0,0 @@ var expect = require('chai').expect, |
@@ -0,0 +0,0 @@ var expect = require('chai').expect, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74875
7