mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-11 19:29:16 +08:00
38 lines
926 B
JSON
38 lines
926 B
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": {
|
|
"aedes": "^0.34.0",
|
|
"aedes-logging": "^1.0.1",
|
|
"atob": "^2.0.3",
|
|
"bunyan": "^1.5.1",
|
|
"grpc": "^1.11.3",
|
|
"lodash": "~3.10.1",
|
|
"nats": "^0.6.8",
|
|
"protocol-buffers": "^4.0.4",
|
|
"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": "^2.3.3",
|
|
"supertest": "^1.1.0"
|
|
}
|
|
}
|