identicons-react
Version:
React component for generating identicons
25 lines (24 loc) • 579 B
JSON
{
"name": "identicons-react",
"version": "0.1.0",
"description": "React component for generating identicons",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-examples": "browserify examples/examples.js -o examples/bundle.js"
},
"keywords": [
"svg",
"identicons"
],
"author": "Alberto Gimeno <gimenete@gimenete.net>",
"license": "MIT",
"devDependencies": {
"browserify": "^12.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"dependencies": {
"identicons": "^0.1.0"
}
}