phea
Version:
An unoffcial Phillips Hue Entertainment API library for Node.js.
38 lines (37 loc) • 925 B
JSON
{
"name": "phea",
"version": "1.0.6",
"description": "An unoffcial Phillips Hue Entertainment API library for Node.js.",
"main": "./build/phea.js",
"types": "./build/phea.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JakeBednard/node-phea.git"
},
"keywords": [
"Phillips",
"Hue",
"Entertainment",
"API",
"Light"
],
"author": "Jake Bednard",
"license": "MIT",
"bugs": {
"url": "https://github.com/JakeBednard/node-phea/issues"
},
"homepage": "https://github.com/JakeBednard/node-phea#readme",
"dependencies": {
"node-dtls-client": "^0.5.6",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"devDependencies": {
"@types/node": "^12.7.8",
"eslint": "^5.16.0",
"typescript": "^3.6.3"
}
}