seed-color
Version:
Generate random colors from a seed
32 lines (31 loc) • 672 B
JSON
{
"name": "seed-color",
"version": "2.0.1",
"description": "Generate random colors from a seed",
"keywords": [
"color",
"generator",
"random",
"hash",
"seed"
],
"author": "syuilo",
"license": "MIT",
"repository": "https://github.com/syuilo/seed-color.git",
"bugs": "https://github.com/syuilo/seed-color/issues",
"main": "./built/index.js",
"typings": "./built/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha --harmony"
},
"devDependencies": {
"@types/mocha": "2.2.41",
"@types/node": "7.0.31",
"mocha": "3.4.2",
"typescript": "2.3.4"
},
"dependencies": {
"seedrandom": "2.4.2"
}
}