alexa-fhem
Version:
a fhem skill for amazon alexa
32 lines (31 loc) • 600 B
JSON
{
"name": "alexa-fhem",
"version": "0.5.65",
"description": "a fhem skill for amazon alexa",
"author": "justme-1968",
"license": "ISC",
"bin": {
"alexa-fhem": "./bin/alexa"
},
"keywords": [
"alexa",
"skill",
"fhem"
],
"repository": {
"type": "git",
"url": "https://github.com/justme-1968/alexa-fhem.git"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.3",
"postman-request": "^2.88.1-postman.31",
"readline-sync": "^1.4.10"
},
"optionalDependencies": {
"ws": "^6.1.2"
}
}