UNPKG

random-hex-color

Version:
27 lines (26 loc) 474 B
{ "name": "random-hex-color", "description": "Generate a random hex color.", "author": "John Otander", "version": "1.0.1", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "ava -v" }, "repository": "johnotander/random-hex-color", "keywords": [ "hex", "color", "random", "generate" ], "license": "MIT", "dependencies": {}, "devDependencies": { "ava": "^0.15.2", "hex-color-regex": "^1.0.2" } }