UNPKG

1.19 kBJSONView Raw
1{
2 "name": "hubot-philipshue",
3 "description": "Control your Philips Hue Lights from HUBOT! BAM, easy candy for the kids",
4 "version": "0.0.11",
5 "author": "Chris Blazek <chris.blazek@gmail.com> (https://whatalongstranget.rip)",
6 "license": "MIT",
7 "keywords": [
8 "hubot",
9 "philips-hue",
10 "philipshue",
11 "philips",
12 "hue"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/kingbin/hubot-philipshue"
17 },
18 "bugs": {
19 "url": "https://github.com/kingbin/hubot-philipshue/issues"
20 },
21 "dependencies": {
22 "node-hue-api": "^2.4"
23 },
24 "peerDependencies": {
25 "hubot": "2.x"
26 },
27 "devDependencies": {
28 "chai": "^4.1.2",
29 "coffee-script": "1.12.7",
30 "grunt": "^1.0.1",
31 "grunt-cli": "^1.2.0",
32 "grunt-contrib-watch": "~1.0.0",
33 "grunt-mocha-test": "~0.13.3",
34 "grunt-release": "~0.14.0",
35 "hubot": "2.x",
36 "hubot-test-helper": "^1.8.1",
37 "husky": "^0.14.3",
38 "matchdep": "~2.0.0",
39 "mocha": "^4.0.1",
40 "nock": "^9.1.5",
41 "sinon": "^4.1.3",
42 "sinon-chai": "^2.14.0"
43 },
44 "main": "index.coffee",
45 "scripts": {
46 "test": "grunt test",
47 "precommit": "npm test",
48 "prepush": "npm test"
49 }
50}