homebridge-hue-chase/package.json

40 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2019-12-31 00:21:55 +00:00
{
2021-12-23 20:58:25 +00:00
"name": "@watsonb8/homebridge-hue-chase",
2023-01-27 22:20:31 +00:00
"version": "1.1.4",
2021-12-23 20:58:25 +00:00
"description": "A Phillips Hue add on for creating chase sequences.",
"main": "bin/index.js",
"publishConfig": {
2023-01-27 22:20:31 +00:00
"registry": "https://gitea.watsonlabs.net"
2021-12-23 20:58:25 +00:00
},
"scripts": {
2021-12-23 21:00:53 +00:00
"build": "tsc --build",
2021-12-23 20:58:25 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-hue-chase.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"hue",
"phillips",
"typescript"
],
"author": "Brandon Watson",
"license": "ISC",
"engines": {
"homebridge": ">=0.4.21",
"node": ">=7.6.0"
},
"dependencies": {
"@types/node": "^13.1.2",
"@types/node-hue-api": "^2.3.0",
"node-hue-api": "^4.0.0"
2021-12-23 21:00:53 +00:00
},
"devDependencies": {
2021-12-29 23:02:35 +00:00
"homebridge": "^0.4.53",
2021-12-23 21:00:53 +00:00
"typescript": "^4.5.4"
2021-12-23 20:58:25 +00:00
}
2023-01-27 22:20:31 +00:00
}