digs-mqtt-broker
Version:
Fallback MQTT Broker for digs
64 lines (63 loc) • 1.57 kB
JSON
{
"name": "digs-mqtt-broker",
"version": "0.2.0",
"description": "Fallback MQTT Broker for digs",
"main": "lib/index.js",
"scripts": {
"prepublish": "digs-dev install",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digsjs/digs-mqtt-broker.git"
},
"keywords": [
"broker",
"digs",
"digs-plugin",
"mqtt"
],
"author": {
"name": "Christopher Hiller",
"email": "boneskull@boneskull.com",
"url": "https://boneskull.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/digsjs/digs-mqtt-broker/issues"
},
"homepage": "https://github.com/digsjs/digs-mqtt-broker#readme",
"dependencies": {
"aedes": "^0.9.0",
"digs-common": "^0.2.2-14"
},
"peerDependencies": {
"digs": "^0.2.2-0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"codacy-coverage": "^1.1.3",
"codeclimate-test-reporter": "^0.1.1",
"digs-dev": "^0.2.11",
"eslint": "^1.6.0",
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.0.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-dev-update": "^1.4.0",
"grunt-eslint": "^17.1.0",
"grunt-mocha-istanbul": "^3.0.1",
"istanbul": "^0.3.22",
"istanbul-harmony": "^0.3.16",
"jit-grunt": "^0.9.1",
"load-grunt-config": "^0.17.2",
"mocha": "^2.3.3",
"pre-commit": "^1.1.1",
"rewire": "^2.3.4",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"time-grunt": "^1.2.1"
}
}