odin-javascript-exercises/node_modules/color-name
2017-12-15 12:56:14 -06:00
..
.eslintrc.json remove timer and simon 2017-12-15 12:56:14 -06:00
.npmignore remove timer and simon 2017-12-15 12:56:14 -06:00
index.js remove timer and simon 2017-12-15 12:56:14 -06:00
LICENSE remove timer and simon 2017-12-15 12:56:14 -06:00
package.json remove timer and simon 2017-12-15 12:56:14 -06:00
README.md remove timer and simon 2017-12-15 12:56:14 -06:00
test.js remove timer and simon 2017-12-15 12:56:14 -06:00

A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.

NPM

var colors = require('color-name');
colors.red //[255,0,0]