{
  "name": "edge1-led-service",
  "version": "1.0.6",
  "description": "Edge1 LED service",
  "main": "index.js",
  "scripts": {
    "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
    "lint": "standard",
    "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit",
    "test": "standard && lab -c -a code -r console -o stdout -r lab-markdown-reporter -o doc/coverage.md --coverage-path lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Skycatch/edge1-led-service.git"
  },
  "author": "David Chen <david@skycatch.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Skycatch/edge1-led-service/issues"
  },
  "homepage": "https://github.com/Skycatch/edge1-led-service#readme",
  "devDependencies": {
    "code": "^5.2.0",
    "jsdoc-to-markdown": "^4.0.1",
    "lab": "^15.5.0",
    "lab-markdown-reporter": "^1.0.2",
    "readline": "^1.3.0",
    "single-line-log": "^1.1.2",
    "standard": "^12.0.1"
  },
  "dependencies": {
    "@skycatch/edge1-shared": "1.0.19",
    "@skycatch/redis-stream": "^2.0.6",
    "chalk": "^2.4.2",
    "child-process-promise": "^2.2.1",
    "colors": "^1.1.2",
    "debug": "^4.1.1",
    "pino": "^5.8.1",
    "yargs": "^11.0.0"
  },
  "bin": {
    "led-service": "./bin/led-service.js"
  }
}
