string-to-color
Version:
Generates color from any string or any object
35 lines (34 loc) • 730 B
JSON
{
"name": "string-to-color",
"version": "2.2.2",
"description": "Generates color from any string or any object",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/Gustu/string-to-color.git"
},
"keywords": [
"color",
"text",
"string",
"generate"
],
"author": "Bartłomiej Pasik",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"gh-pages": "^3.1.0",
"mocha": "^8.0.1"
},
"dependencies": {
"colornames": "^1.1.1",
"hex-rgb": "^4.1.0",
"lodash.padend": "^4.6.1",
"lodash.trimstart": "^4.5.1",
"lodash.words": "^4.2.0",
"rgb-hex": "^3.0.0"
}
}