mors
Version:
Express inspired mqtt development framework based on mosca for node
39 lines (38 loc) • 820 B
JSON
{
"name": "mors",
"version": "0.2.0",
"description": "Express inspired mqtt development framework based on mosca for node",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/taoyuan/mors.git"
},
"author": "Tao Yuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/taoyuan/mors/issues"
},
"homepage": "https://github.com/taoyuan/mors",
"keywords": [
"mqtt",
"mosca",
"express"
],
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.4",
"mosca": "^2.5.2",
"routes": "^2.1.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"bunyan": "^1.8.12",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"mqtt": "^2.13.0"
}
}