{
  "name": "yeelight-wifi",
  "version": "2.3.0",
  "description": "Yeelight WiFi lib",
  "main": "build/",
  "directories": {
    "docs": "docs/",
    "example": "examples/"
  },
  "devDependencies": {
    "babel-cli": "^6.22.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-register": "^6.14.0",
    "chai": "^3.5.0",
    "codecov": "^2.2.0",
    "documentation": "^4.0.0-beta10",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^2.1.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.6.0",
    "isparta": "^4.0.0",
    "mocha": "^3.4.0",
    "mocha-junit-reporter": "^1.12.0",
    "mversion": "^1.10.1",
    "nyc": "^10.1.2",
    "sinon": "^2.2.0"
  },
  "scripts": {
    "build": "node_modules/.bin/babel src/ -d build/",
    "docs": "rm -rf docs/ && node_modules/.bin/documentation build src/*.js --format html --output docs/ --name yeelight --project-version $npm_package_version --github",
    "test": "node_modules/.bin/mocha --compilers js:babel-register",
    "test:eslint": "node_modules/.bin/eslint src/*.js",
    "test:reporter": "npm test -- --reporter mocha-junit-reporter",
    "test:codecov": "node_modules/.bin/babel-node node_modules/.bin/isparta cover _mocha && node_modules/.bin/codecov",
    "test:watch": "npm test -- --watch",
    "release:patch": "node_modules/.bin/mversion patch -m 'Bumped to v%s' --tag 'v%s'",
    "release:minor": "node_modules/.bin/mversion minor -m 'Bumped to v%s' --tag 'v%s'",
    "release:major": "node_modules/.bin/mversion major -m 'Bumped to v%s' --tag 'v%s'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmdroid/yeelight-wifi.git"
  },
  "keywords": [
    "light",
    "yeelight",
    "yeelight wifi"
  ],
  "author": "Pascal Matthiesen <me@pascalmatthiesen.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pmdroid/yeelight-wifi/issues"
  },
  "homepage": "https://github.com/pmdroid/yeelight-wifi#readme",
  "dependencies": {
    "debug": "^2.2.0",
    "joi": "^10.0.0",
    "node-ssdp": "^3.0.0"
  }
}
