2017-01-11 15:11:34 -08:00
|
|
|
{
|
2018-02-28 20:24:45 -08:00
|
|
|
"name": "@uci/mqtt",
|
2020-03-15 15:56:48 -07:00
|
|
|
"version": "0.3.0",
|
2019-08-15 08:11:18 -07:00
|
|
|
"description": "mqtt client with UCI json packet payloads",
|
2018-04-05 15:50:39 -07:00
|
|
|
"main": "src",
|
2017-01-11 15:11:34 -08:00
|
|
|
"scripts": {
|
2019-09-01 18:14:16 -07:00
|
|
|
"test": "mocha -r esm test/*.test.js",
|
|
|
|
"client": "./node_modules/.bin/nodemon -r esm examples/client",
|
|
|
|
"server": "./node_modules/.bin/nodemon -r esm examples/server",
|
|
|
|
"client:dev": "UCI_ENV=dev npm run client",
|
|
|
|
"server:dev": "UCI_ENV=dev npm run server",
|
|
|
|
"client:debug": "UCI_LOG_LEVEL=debug npm run client:dev",
|
|
|
|
"server:debug": "UCI_LOG_LEVEL=debug npm run server:dev"
|
2017-01-11 15:11:34 -08:00
|
|
|
},
|
|
|
|
"author": "David Kebler",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-05-29 10:00:12 -07:00
|
|
|
"url": "git+https://github.com/uCOMmandIt/uci-changeme.git"
|
2017-01-11 15:11:34 -08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node.js",
|
2017-05-29 10:00:12 -07:00
|
|
|
"I2C",
|
|
|
|
"raspberryPi"
|
2017-01-11 15:11:34 -08:00
|
|
|
],
|
|
|
|
"bugs": {
|
2017-05-29 10:00:12 -07:00
|
|
|
"url": "https://github.com/uCOMmandIt/uci-changeme/issues"
|
2017-01-11 15:11:34 -08:00
|
|
|
},
|
2017-05-29 10:00:12 -07:00
|
|
|
"homepage": "https://github.com/uCOMmandIt/uci-changeme#readme",
|
2017-01-11 15:11:34 -08:00
|
|
|
"dependencies": {
|
2019-09-08 19:53:51 -07:00
|
|
|
"@uci-utils/logger": "^0.0.16",
|
2019-04-26 10:41:46 -07:00
|
|
|
"better-try-catch": "0.6.2",
|
2019-08-15 08:11:18 -07:00
|
|
|
"is-plain-object": "^3.0.0",
|
2018-02-28 20:24:45 -08:00
|
|
|
"lodash.union": "^4.6.0",
|
2019-04-27 12:08:28 -07:00
|
|
|
"lodash.xor": "^4.5.0",
|
2019-08-15 08:11:18 -07:00
|
|
|
"mqtt": "^3.0.0",
|
|
|
|
"mqtt-match": "^2.0.3"
|
2017-01-11 15:11:34 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-01 19:20:51 -08:00
|
|
|
"chai": "^4.2.0",
|
2019-09-01 18:14:16 -07:00
|
|
|
"delay": "^4.3.0",
|
2019-08-15 08:11:18 -07:00
|
|
|
"esm": "^3.2.25",
|
2020-03-15 15:56:48 -07:00
|
|
|
"mocha": "^7.1.0",
|
|
|
|
"nodemon": "^2.0.2"
|
2017-01-11 15:11:34 -08:00
|
|
|
}
|
|
|
|
}
|