UNPKG

react-jdenticon

Version:
39 lines (38 loc) 840 B
{ "name": "react-jdenticon", "version": "1.5.0", "description": "Basic wrapper around jdenticon", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src --out-file index.js" }, "author": "John Cudd", "license": "MIT", "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "react": "^19.1.0" }, "dependencies": { "jdenticon": "^3.1.1", "prop-types": "^15.8.1" }, "peerDependencies": { "react": "^19.1.0" }, "repository": { "type": "git", "url": "https://github.com/jmcudd/react-jdenticon" }, "keywords": [ "react", "javascript", "identicon", "jdenticon", "avatar", "svg" ] }