1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-12 19:29:30 +08:00
Mainflux.mainflux/mqtt/package.json
Aleksandar Novaković 6d6f3cc858 Fix MQTT raw message deserialization (#753)
Signed-off-by: Aleksandar Novakovic <anovakovic01@gmail.com>
2019-05-21 11:27:26 +02:00

43 lines
1.0 KiB
JSON

{
"name": "mqtt-adapter",
"description": "Mainflux is an open source MIT licensed IoT cloud written in NodeJS",
"main": "mqtt.js",
"repository": {
"type": "git",
"url": "https://github.com/Mainflux/mqtt-adapter"
},
"license": "Apache-2.0",
"scripts": {
"start": "node mqtt.js",
"test": "node_modules/.bin/mocha",
"lint": "eslint mqtt.js"
},
"dependencies": {
"2": "^1.0.2",
"@grpc/proto-loader": "^0.5.0",
"aedes": "^0.38.0",
"aedes-logging": "^2.0.1",
"aedes-persistence-redis": "^5.1.0",
"atob": "^2.0.3",
"bunyan": "^1.5.1",
"grpc": "^1.20.3",
"lodash": "^4.17.10",
"mqemitter-redis": "^3.0.0",
"nats": "^1.2.10",
"protobufjs": "^6.8.8",
"redis": "^2.8.0",
"request": "^2.81.0",
"toml": "^2.3.0",
"websocket-stream": "^5.1.2"
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^4.7.2",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0",
"jshint-stylish": "^2.0.1",
"mocha": "^5.2.0",
"supertest": "^3.1.0"
}
}