APCOvernight/huetimerobot

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "huetimerobot",
  "version": "0.1.1",
  "description": "HueStatus module for reporting uptime robot downtime",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && nyc mocha",
    "lint": "eslint *.js test/**/*.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "stryker": "stryker run"
  },
  "dependencies": {
    "requireg": "^0.1.7",
    "uptime-robot": "^1.3.0"
  },
  "devDependencies": {
    "apc-style": "1.2.0",
    "apc-test": "1.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/APCOvernight/huetimerobot.git"
  },
  "keywords": [
    "philips",
    "hue",
    "build",
    "status",
    "build",
    "light",
    "error",
    "reporting",
    "uptime robot",
    "uptime"
  ],
  "author": "Ian Egner <https://twitter.com/ianegner>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/APCOvernight/huetimerobot/issues"
  },
  "homepage": "https://github.com/APCOvernight/huetimerobot#readme",
  "nyc": {
    "include": [
      "index.js"
    ],
    "all": true,
    "watermarks": {
      "lines": [
        90,
        99
      ],
      "functions": [
        90,
        99
      ],
      "branches": [
        90,
        99
      ],
      "statements": [
        90,
        99
      ]
    },
    "reporter": [
      "clover",
      "text",
      "text-summary",
      "html",
      "cobertura",
      "lcov"
    ],
    "cache": true
  }
}