pretty-easy-hex-to-rgb
Version:
Converts a hex color value to it's coresponding rgb value and returns it in an array like format of red, green, blue color values
48 lines (47 loc) • 1.29 kB
JSON
{
"name": "pretty-easy-hex-to-rgb",
"version": "1.2.2",
"description": "Converts a hex color value to it's coresponding rgb value and returns it in an array like format of red, green, blue color values",
"author": "Ognjen Jevremović <jevremovic.ognjen@gmail.com> (https://github.com/ognjenjevremovic)",
"homepage": "https://github.com/ognjenjevremovic/pretty-easy-hex-to-rgb",
"bugs": {
"url": "https://github.com/ognjenjevremovic/pretty-easy-hex-to-rgb/issues",
"email": "ognjen.jevremovic@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ognjenjevremovic/pretty-easy-hex-to-rgb.git"
},
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node" : ">=1.8"
},
"scripts": {
"test": "mocha ./tests/spec.js"
},
"keywords": [
"pretty-easy-hex-to-rgb",
"pretty-easy-*",
"pretty-easy",
"prettyeasy",
"hex-to-rgb",
"hex to rgb",
"hex-rgb",
"hex rgb",
"hex-color-to-rgb",
"hex color to rgb",
"hex value to rgb",
"hex color to rgb color"
],
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.8",
"mocha": "^3.2.0",
"typescript": "^2.2.1"
},
"dependencies": {
"pretty-easy-data-types": "^1.0.3"
}
}