uci-mqtt/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2017-01-11 15:11:34 -08:00
{
"name": "@uci/mqtt",
"version": "0.1.12",
"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": {
2018-05-16 07:20:33 -07:00
"testw": "mocha -r esm test/*.test.mjs --watch --recurse --watch-extensions mjs",
"test": "mocha -r esm test/*.test.mjs",
"client": "node -r esm example/client",
"dev": "UCI_ENV=dev UCI_LOG_LEVEL=debug ./node_modules/.bin/nodemon -r esm example/example"
2017-01-11 15:11:34 -08:00
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/uci-changeme.git"
2017-01-11 15:11:34 -08:00
},
"keywords": [
"node.js",
"I2C",
"raspberryPi"
2017-01-11 15:11:34 -08:00
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-changeme/issues"
2017-01-11 15:11:34 -08:00
},
"homepage": "https://github.com/uCOMmandIt/uci-changeme#readme",
2017-01-11 15:11:34 -08:00
"dependencies": {
"@uci-utils/logger": "^0.0.15",
"better-try-catch": "0.6.2",
"is-plain-object": "^3.0.0",
"lodash.union": "^4.6.0",
"lodash.xor": "^4.5.0",
"mqtt": "^3.0.0",
"mqtt-match": "^2.0.3"
2017-01-11 15:11:34 -08:00
},
"devDependencies": {
"chai": "^4.2.0",
"esm": "^3.2.25",
"mocha": "^6.2.0",
"nodemon": "^1.19.1"
2017-01-11 15:11:34 -08:00
}
}