{ "name": "node-hue-api", "description": "Phillips Hue API Library for Node.js", "version": "2.4.2", "author": "Peter Murray ", "contributors": [ { "name": "Peter Murray", "email": "peter.murray@osirisoft.com" }, { "name": "Ilari Mäkimattila", "email": "ilari.makimattila@gmail.com" }, { "name": "Bryan Schlief" }, { "name": "Sebastian B (SBejga)" }, { "name:": "Jon Long", "email": "jon@linesandwaves.com" }, { "name": "Knut Sveidqvist" } ], "main": "index.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "https://github.com/peter-murray/node-hue-api" }, "bugs": { "url": "https://github.com/peter-murray/node-hue-api/issues" }, "dependencies": { "xml2js": "~0.4", "q": "~1.4", "deep-extend": "~0.4.0", "axios": "~0.15.3", "traits": "~0.4.0" }, "devDependencies": { "mocha": "~3.2", "chai": "~3.5", "semver": "~5.0" }, "engines": { "node": ">= 4.0.0" }, "license": "Apache-2.0", "keywords": [ "philips", "hue", "api", "living", "color", "colour", "automation", "light", "lighting", "bridge" ] }