UNPKG

hue.js

Version:

Library for interacting with a Phillips Hue base station

31 lines (30 loc) 541 B
{ "name": "hue.js", "version": "0.2.13", "description": "Library for interacting with a Phillips Hue base station", "main": "index.js", "scripts": { "test": "npm test" }, "dependencies": { "request": "2.12.0", "async": "~0.1.22" }, "devDependencies": { "mocha": "*", "should": "*" }, "repository": { "type": "git", "url": "github.com:thatguydan/hue.js.git" }, "keywords": [ "Philips", "Hue", "Light" ], "author": { "name": "Daniel Friedman" }, "license": "MIT" }