random-material-color
Version:
Generate a Random Color from Google Material UI palette
33 lines (32 loc) • 781 B
JSON
{
"name": "random-material-color",
"version": "1.0.5",
"description": "Generate a Random Color from Google Material UI palette",
"main": "dist/randomColor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/isuru88/random-material-color.git"
},
"keywords": [
"Material",
"Color",
"UI"
],
"author": "Isuru Jayasooriya",
"license": "MIT",
"bugs": {
"url": "https://github.com/isuru88/random-material-color/issues"
},
"homepage": "https://github.com/isuru88/random-material-color",
"dependencies": {
"murmurhash-js": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.2.0"
}
}