{ "name": "color-alpha", "version": "1.0.4", "description": "Change alpha value of a color string", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/colorjs/color-alpha.git" }, "keywords": [ "color", "alpha", "opacity", "css", "css-color", "color-space", "color-parse", "color-manipulate", "channel" ], "author": "ΔY ", "license": "MIT", "bugs": { "url": "https://github.com/colorjs/color-alpha/issues" }, "homepage": "https://github.com/colorjs/color-alpha#readme", "dependencies": { "color-parse": "^1.3.8" } }