You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
724 B

{
"name": "sf-mqtt-broker",
"version": "1.0.4",
"description": "mqtt broker for 2019 XJTLU surf project SmartFarm",
"main": "mqtt-server.js",
"dependencies": {
"mosca": "^2.8.3",
"mysql": "^2.17.1",
"redis": "^2.8.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iotcat/smart-farming.git"
},
"keywords": [
"mqtt",
"mqtt",
"broker",
"smart",
"farm",
"xjtlu",
"surf"
],
"author": "iotcat",
"license": "MIT",
"bugs": {
"url": "https://github.com/iotcat/smart-farming/issues"
},
"homepage": "https://smartfarm.yimian.xyz"
}