aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 16e97e7811f974226064f91badbed861b227e51c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
	"displayName": "esp8266 RGB strip Homebridge plugin",
	"name": "homebridge-esp8266-rgbstrip",
	"version": "0.1.6",
	"description": "Custom esp8266 RGB strip Homebridge plugin",
	"author": "lonkaars <loek@pipeframe.xyz>",
	"license": "MIT",
	"private": false,
	"main": "./index.js",
	"keywords": [
		"homebridge-plugin"
	],
	"engines": {
		"node": ">=16.0.0",
		"homebridge": ">=1.3.0"
	},
	"scripts": {
		"build": "tsc"
	},
	"dependencies": {
		"axios": "^0.21.1",
		"color": "^4.0.0"
	},
	"devDependencies": {
		"@types/color": "^3.0.2",
		"@types/node": "^16.4.10",
		"homebridge": "^1.3.4",
		"typescript": "^4.3.5"
	}
}