{
  "name": "js-color-class",
  "version": "0.9.0",
  "description": "JavaScript Color class that manipulates colors and converts them to CSS-compatible hex or rgba strings",
  "main": "color-class.js",
  "scripts": {
    "test": "NODE_ENV=test mocha --recursive ./test/config.js ./test",
    "test:watch": "NODE_ENV=test nodemon -w . -e js -x mocha --recursive ./test",
    "api": "./node_modules/.bin/jsdoc color-class.js -d docs/api",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsteinman/color-class.git"
  },
  "author": "Dan Steinman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dsteinman/color-class/issues"
  },
  "homepage": "https://github.com/dsteinman/color-class#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "jsdoc": "^3.6.3",
    "mocha": "^7.0.0",
    "webpack-cli": "^3.3.10",
    "webpack": "^4.41.5"
  },
  "dependencies": {}
}
