You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
401 B
15 lines
401 B
9 months ago
|
{
|
||
|
"name": "rgbcolor",
|
||
|
"description": "A module to parse color values",
|
||
|
"version": "1.0.1",
|
||
|
"author": "Sebastian Vollnhals <sebastian@vollnhals.info>",
|
||
|
"main": "./index.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/yetzt/node-rgbcolor.git"
|
||
|
},
|
||
|
"keywords": ["rgb", "color", "rgbcolor"],
|
||
|
"license": "MIT OR SEE LICENSE IN FEEL-FREE.md",
|
||
|
"engines": { "node": ">= 0.8.15" }
|
||
|
}
|