zigbee2mqtt/package.json

64 lines
1.5 KiB
JSON
Raw Normal View History

2017-09-27 09:39:10 -07:00
{
2018-04-18 09:25:40 -07:00
"name": "zigbee2mqtt",
2018-12-17 13:28:17 -07:00
"version": "1.0.1",
2018-04-18 09:25:40 -07:00
"description": "Zigbee to MQTT bridge using zigbee-shepherd",
2017-09-27 09:39:10 -07:00
"main": "index.js",
"repository": {
"type": "git",
2018-04-18 09:25:40 -07:00
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
2017-09-27 09:39:10 -07:00
},
"engines": {
"node": "8.11 - 10"
},
2017-09-27 09:39:10 -07:00
"keywords": [
"xiaomi",
2018-04-18 09:25:40 -07:00
"tradfri",
"hue",
"bridge",
2017-09-27 09:39:10 -07:00
"zigbee",
"mqtt",
"cc2531"
],
2018-04-11 10:01:44 -07:00
"scripts": {
2018-08-15 13:19:54 -07:00
"coverage": "nyc --all report --reporter=text mocha --recursive --timeout=3000",
2018-11-20 11:50:48 -07:00
"docgen": "node docgen/docgen.js",
2018-08-15 13:19:54 -07:00
"eslint": "node_modules/.bin/eslint .",
"start": "node index.js",
2018-11-20 11:50:48 -07:00
"test": "mocha --recursive"
2018-04-11 10:01:44 -07:00
},
2018-04-09 11:46:12 -07:00
"author": "Koen Kanters",
2017-09-27 09:39:10 -07:00
"license": "GPL-3.0",
"bugs": {
2018-04-18 09:42:38 -07:00
"url": "https://github.com/Koenkk/zigbee2mqtt/issues"
2017-09-27 09:39:10 -07:00
},
2018-12-14 11:37:57 -07:00
"homepage": "https://koenkk.github.io/zigbee2mqtt",
2017-09-27 09:39:10 -07:00
"dependencies": {
2018-08-15 12:10:19 -07:00
"git-last-commit": "*",
"js-yaml": "*",
"json2yaml": "*",
2018-08-16 11:04:29 -07:00
"mkdir-recursive": "*",
2018-08-07 23:24:47 -07:00
"moment": "*",
"mqtt": "*",
2018-08-15 12:10:19 -07:00
"object-assign-deep": "*",
"queue": "*",
2018-08-16 11:04:29 -07:00
"rimraf": "*",
"winston": "2.4.2",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#ce52ac4131e2a505af6197b4a26d2b5360e4eb80",
"zigbee-shepherd-converters": "7.0.3",
"ziee": "*",
"zive": "*"
2018-04-18 10:09:59 -07:00
},
"devDependencies": {
2018-08-15 13:19:54 -07:00
"chai": "*",
"chai-spies": "*",
2018-05-17 08:20:46 -07:00
"eslint": "*",
2018-08-15 13:19:54 -07:00
"eslint-config-google": "*",
"eslint-plugin-mocha": "*",
2018-11-19 11:54:10 -07:00
"image-size": "*",
2018-08-15 13:19:54 -07:00
"mocha": "*",
"nyc": "*",
"proxyquire": "*",
"sinon": "*"
2017-09-27 09:39:10 -07:00
}
}