{
  "name": "colorsys",
  "description": "Bidirectional conversions between different colors format like RGB, HSL, HSV and HEX",
  "main": "colorsys.js",
  "version": "1.0.22",
  "authors": [
    "pablo@netbeast.co",
    "jesus@netbeast.co"
  ],
  "scripts": {
    "release:major": "npm version major && npm publish && git push --follow-tags",
    "release:minor": "npm version minor && npm publish && git push --follow-tags",
    "release:patch": "npm version patch && npm publish && git push --follow-tags",
    "test": "node_modules/.bin/mocha",
    "coverage": "nyc mocha --exit"
  },
  "license": "ISC",
  "keywords": [
    "color",
    "colour",
    "rgb",
    "hex",
    "hsv",
    "hsl",
    "converter"
  ],
  "homepage": "https://github.com/netbeast/colorsys",
  "moduleType": [],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "nyc": "^11.6.0"
  }
}
