hexrgb
Version:
A lib transform hex and rgb
43 lines (42 loc) • 893 B
JSON
{
"name": "hexrgb",
"description": "A lib transform hex and rgb",
"version": "0.0.2",
"homepage": "https://github.com/villadora/hexrgb",
"main": "./index.js",
"author": {
"name": "Wei Gao",
"email": "jky239@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/villadora/hexrgb.git"
},
"bugs": {
"url": "https://github.com/villadora/hexrgb/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/villadora/hexrgb/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha test"
},
"keywords": ["color", "hex2rgb", "rgb2hex"],
"cortex": {
"dependencies": {},
"asyncDependencies": {},
"devDependencies": {
"assert": "~1.0.1"
},
"scripts": {}
},
"devDependencies": {
"mocha": "^1.18.2"
}
}