陈鹏铭 fe36a53a7d 首次提交 hace 8 meses
..
.eslintrc.json fe36a53a7d 首次提交 hace 8 meses
.npmignore fe36a53a7d 首次提交 hace 8 meses
LICENSE fe36a53a7d 首次提交 hace 8 meses
README.md fe36a53a7d 首次提交 hace 8 meses
index.js fe36a53a7d 首次提交 hace 8 meses
package.json fe36a53a7d 首次提交 hace 8 meses
test.js fe36a53a7d 首次提交 hace 8 meses

README.md

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]