.. | |||
.eslintrc.json | 1 month ago | ||
.npmignore | 1 month ago | ||
LICENSE | 1 month ago | ||
README.md | 1 month ago | ||
index.js | 1 month ago | ||
package.json | 1 month ago | ||
test.js | 1 month ago |
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
var colors = require('color-name'); colors.red //[255,0,0]