react-native-fontawesome
Version:
Font Awesome Icons for React Native
38 lines (37 loc) • 890 B
JSON
{
"name": "react-native-fontawesome",
"description": "Font Awesome Icons for React Native",
"version": "7.0.0",
"author": "Rafael Turk",
"bugs": {
"url": "https://github.com/rturk/react-native-fontawesome/issues"
},
"devDependencies": {
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "^4.0.1",
"jest": "^20.0.4",
"react": "^16.6.1",
"react-native": "^0.57.4"
},
"homepage": "https://github.com/rturk/react-native-fontawesome",
"keywords": [
"awesome",
"component",
"font",
"font-awesome",
"fontawesome",
"icon",
"react-native"
],
"license": "MIT",
"main": "Icon.js",
"repository": {
"type": "git",
"url": "https://github.com/rturk/react-native-fontawesome.git"
},
"scripts": {
"test": "jest"
},
"types": "index.d.ts"
}