{
  "name": "color-converter",
  "version": "1.4.1",
  "description": "Allows transformation of colors from and to different formats and output as CSS.",
  "main": "dist/color-converter.min.js",
  "scripts": {
    "build": "tsc",
    "prod": "tsc && uglifyjs --compress --mangle -- dist/color-converter.js > dist/color-converter.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Loilo/color-converter.git"
  },
  "author": "Florian Reuschel <florian@loilo.de> (http://loilo.de)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Loilo/color-converter/issues"
  },
  "homepage": "https://github.com/Loilo/color-converter#readme",
  "devDependencies": {
    "typescript": "^1.8.10",
    "uglify-js": "^2.7.0"
  }
}
