UNPKG

nanoleaves

Version:

An API client & command-line tool for the Nanoleaf Aurora light.

54 lines (53 loc) 1.23 kB
{ "name": "nanoleaves", "description": "An API client & command-line tool for the Nanoleaf Aurora light.", "version": "1.2.0", "author": "C J Silverio <ceejceej@gmail.com>", "bin": { "nanoleaves": "bin/nanoleaves.js" }, "bugs": { "url": "https://github.com/ceejbot/nanoleaves/issues" }, "dependencies": { "axios": "~0.16.2", "chalk": "~1.1.3", "cli-columns": "~3.0.0", "dotenv": "~4.0.0", "suncalc": "~1.8.0", "yargs": "~8.0.1" }, "devDependencies": { "coveralls": "~2.13.1", "eslint-config-ceejbot": "~1.0.4", "mocha": "~3.4.2", "must": "~0.13.4", "nyc": "~11.0.2", "sinon": "~2.3.2", "xo": "~0.18.2" }, "directories": { "commands": "commands" }, "homepage": "https://github.com/ceejbot/nanoleaves#readme", "keywords": [ "aurora", "home automation", "lighting", "nanoleaf" ], "license": "ISC", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ceejbot/nanoleaves.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "xo", "test": "nyc mocha -R spec test.js" }, "xo": { "extends": "eslint-config-ceejbot" } }