UNPKG

react-gravatar

Version:

React component for rendering a gravatar profile image

49 lines (48 loc) 1.34 kB
{ "name": "react-gravatar", "description": "React component for rendering a gravatar profile image", "version": "2.6.3", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "bugs": { "url": "https://github.com/KyleAMathews/react-gravatar/issues" }, "dependencies": { "is-retina": "^1.0.3", "md5": "^2.1.0", "query-string": "^4.2.2" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.10.4", "babel-eslint": "^6.1.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-0": "^6.5.0", "eslint": "^2.13.1", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.10.1", "eslint-plugin-jsx-a11y": "^1.5.3", "eslint-plugin-react": "^5.2.2" }, "homepage": "https://github.com/KyleAMathews/react-gravatar", "keywords": [ "gravatar", "react", "react-component" ], "license": "MIT", "main": "./dist/index.js", "peerDependencies": { "react": "*" }, "repository": { "type": "git", "url": "https://github.com/KyleAMathews/react-gravatar.git" }, "scripts": { "build": "babel src --out-dir dist/", "lint": "eslint --ext .js,.jsx --ignore-path .gitignore .", "watch": "babel -w src --out-dir dist/" } }