html-colors
Version:
Get a list of all the HTML and CSS color names and their hex values.
52 lines (51 loc) • 875 B
JSON
{
"name": "html-colors",
"version": "0.0.6",
"description": "Get a list of all the HTML and CSS color names and their hex values.",
"license": "MIT",
"repository": "radiovisual/html-colors",
"author": {
"name": "Michael Wuergler",
"email": "wuergler@gmail.com",
"url": "numetriclabs.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"html-colors.json"
],
"keywords": [
"values",
"value",
"hexadecimal",
"hex",
"names",
"color",
"HTML",
"html",
"all",
"fetch",
"get"
],
"dependencies": {
"unique-random-array": "^1.0.0"
},
"devDependencies": {
"ava": "^0.17.0",
"xo": "^0.17.0"
},
"xo": {
"esnext": true,
"rules": {
"object-shorthand": [
"error",
"never"
]
}
}
}