@metamask/jazzicon
Version:
Jazzy deterministic identicons for a more entertaining future
36 lines (35 loc) • 821 B
JSON
{
"name": "@metamask/jazzicon",
"version": "2.0.0",
"description": "Jazzy deterministic identicons for a more entertaining future",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "beefy sample.js --live --open"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"*.js"
],
"license": "ISC",
"dependencies": {
"color": "^0.11.3",
"mersenne-twister": "^1.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/jazzicon.git"
},
"keywords": [
"identicon",
"jazz"
],
"bugs": {
"url": "https://github.com/MetaMask/jazzicon/issues"
},
"homepage": "https://github.com/MetaMask/jazzicon#readme"
}