UNPKG

react-native-gravatar

Version:
36 lines (35 loc) 825 B
{ "name": "react-native-gravatar", "version": "1.0.2", "description": "react-native wrapper for gravatar-api", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lwhiteley/react-native-gravatar.git" }, "keywords": [ "react", "react-native-gravatar", "react-native", "react-component", "react-native-component", "ios", "android", "gravatar", "gravatar-api", "profile", "image" ], "author": "Layton Whiteley", "license": "MIT", "bugs": { "url": "https://github.com/lwhiteley/react-native-gravatar/issues" }, "homepage": "https://github.com/lwhiteley/react-native-gravatar#readme", "dependencies": { "gravatar-api": "^1.5.0" } }