{
	"name": "homebridge-melcloud2",
	"version": "0.1.0",

	"author": "ilcato",
	"license": "GPL2",
	"description": "Homebridge plugin for Mitsubishi Melcloud",

	"main": "index.js",

	"homepage": "https://github.com/zephyrus/homebridge-melcloud2",

	"bugs": {
		"url": "https://github.com/zephyrus/homebridge-melcloud2/issues"
	},

	"repository": {
		"type": "git",
		"url": "https://github.com/zephyrus/homebridge-melcloud2.git"
	},

	"keywords": [
		"homebridge-plugin",
		"Mitsubishi",
		"Melcloud",
		"homekit",
		"Siri"
	],

	"engines": {
		"node": ">10.0.0",
		"homebridge": ">=1.0.0"
	},

	"scripts": {
		"lint": "eslint .",
		"test": "echo \"Error: no test specified\" && exit 1",
		"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
	},

	"dependencies": {
		"request": "2.88.2"
	},

	"devDependencies": {
		"eslint": "6.8.0",
		"eslint-plugin-import": "2.20.2",
		"eslint-config-airbnb-base": "14.1.0"
	}
}
