UNPKG

1.54 kBJSONView Raw
1{
2 "name": "meshblu-connector-hue-button",
3 "version": "2.2.9",
4 "description": "Meshblu Connector for the Phillips Hue Button",
5 "homepage": "https://github.com/octoblu/meshblu-connector-hue-button",
6 "bugs": "https://github.com/octoblu/meshblu-connector-hue-button/issues",
7 "author": {
8 "name": "Octoblu",
9 "url": "https://github.com/octoblu"
10 },
11 "main": "index.js",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/octoblu/meshblu-connector-hue-button"
15 },
16 "scripts": {
17 "start": "meshblu-connector-runner",
18 "test": "mocha",
19 "generate:package": "meshblu-connector-packager",
20 "generate:schema": "meshblu-connector-schema-generator > schemas.json",
21 "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
22 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
23 },
24 "devDependencies": {
25 "chai": "^3.5.0",
26 "mocha": "^3.2.0",
27 "mocha-multi": "^0.9.1",
28 "mocha-osx-reporter": "^0.1.2",
29 "segfault-handler": "^1.0.0",
30 "sinon": "^1.17.3",
31 "sinon-chai": "^2.8.0"
32 },
33 "dependencies": {
34 "coffee-script": "^1.10.0",
35 "debug": "^2.2.0",
36 "fs-cson": "^0.3.2",
37 "hue-util": "^2.2.0",
38 "lodash": "^4.13.1",
39 "meshblu-config": "^6.3.0",
40 "meshblu-connector-runner": "^10.2.0",
41 "meshblu-connector-schema-generator": "^2.0.0"
42 },
43 "meshbluConnector": {
44 "githubSlug": "octoblu/meshblu-connector-hue-button"
45 },
46 "license": "MIT",
47 "keywords": [
48 "meshblu-connector"
49 ]
50}