hex2rgba
Version:
Converts hexadecimal to RGBA.
36 lines (35 loc) • 773 B
JSON
{
"name": "hex2rgba",
"version": "0.0.1",
"description": "Converts hexadecimal to RGBA.",
"author": "Mark <mark@remarkablemark.org>",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint --ignore-path .gitignore .",
"cover": "istanbul cover _mocha",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/remarkablemark/hex2rgba"
},
"bugs": {
"url": "https://github.com/remarkablemark/hex2rgba/issues"
},
"keywords": [
"hex",
"hexadecimal",
"rgb",
"rgba",
"color",
"converter"
],
"devDependencies": {
"coveralls": "2.13.1",
"eslint": "3.19.0",
"istanbul": "0.4.5",
"mocha": "3.4.1"
},
"license": "MIT"
}