UNPKG

lifx-http-api

Version:

Thin wrapper around the Lifx HTTP API

47 lines (46 loc) 1.14 kB
{ "name": "lifx-http-api", "version": "1.0.3", "description": "Thin wrapper around the Lifx HTTP API", "main": "dist/lifx.js", "scripts": { "prepublish": "npm run build", "build": "node_modules/.bin/babel source --presets babel-preset-es2015 --out-dir dist", "test": "npm run build && node_modules/.bin/istanbul cover -root dist/ node_modules/mocha/bin/_mocha --recursive test", "report-coverage": "node_modules/.bin/codecov" }, "keywords": [ "lifx", "http", "api", "promises", "light", "bulb" ], "author": { "name": "klarstil", "email": "klarstil@googlemail.com" }, "repository": { "type": "git", "url": "https://github.com/klarstil/lifx-http-api" }, "bugs": { "url": "https://github.com/klarstil/lifx-http-api/issues" }, "license": "MIT", "dependencies": { "lodash": "^4.2.1", "q": "^1.4.1", "request": "^2.69.0" }, "devDependencies": { "babel-cli": "^6.4.5", "babel-preset-es2015": "^6.3.13", "chai": "^3.5.0", "chai-http": "^2.0.1", "codecov": "^1.0.1", "istanbul": "^0.4.2", "mocha": "^2.4.5" } }