react-native-useravatar
Version:
Create a unique avatar by using username as background color, Suitable for RN 0.30.0
32 lines (31 loc) • 804 B
JSON
{
"name": "react-native-useravatar",
"version": "2.0.0",
"description": "Create a unique avatar by using username as background color, Suitable for RN 0.30.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Radiegtya <radiegtya@yahoo.co.id>, Forked from Nicolas Bellot <contact@nicolasbellot.fr>",
"repository": {
"type": "git",
"url": "https://github.com/radiegtya/react-native-useravatar"
},
"keywords": [
"react-native",
"react",
"user-avatar",
"android",
"ios"
],
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"react": "15.2.1",
"react-native": "^0.30.0"
},
"dependencies": {
"babel-preset-react": "^6.3.13"
}
}