hex-rgba
Version:
Convert HEX to RGBA
30 lines (29 loc) • 630 B
JSON
{
"name": "hex-rgba",
"version": "1.0.2",
"description": "Convert HEX to RGBA",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/developersoul/hex-rgba.git"
},
"keywords": [
"hex",
"rgba",
"convert",
"colors"
],
"author": "Alejandro Sanabria <alesanabriav@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/developersoul/hex-rgba/issues"
},
"homepage": "https://github.com/developersoul/hex-rgba#readme",
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^4.0.1"
}
}