react-gravatar
Version:
React component for rendering a gravatar profile image
36 lines (35 loc) • 1.05 kB
JSON
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^1.0.0-alpha4",
"react-document-title": "^2.0.2",
"react-responsive-grid": "^0.3.3",
"typography": "^0.13.1",
"typography-plugin-code": "^0.13.0",
"typography-react": "^0.10.4",
"typography-theme-lawton": "^0.13.0",
"typography-theme-noriega": "^0.13.0"
},
"devDependencies": {
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"gh-pages": "^0.11.0",
"typography-design-tools": "^0.13.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-links && gh-pages -d public"
}
}