forked from corymsmith/react-native-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 804 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "react-native-icons",
"version": "0.0.5",
"description": "Use 1000's of icon fonts in your React Native app including the tab bar.",
"main": "FAKIconImage.ios.js",
"author": "Cory Smith <[email protected]>",
"keywords": [
"react",
"icons",
"react-native",
"react-component",
"react-native-component",
"mobile",
"ui",
"react native icons",
"font",
"tab bar"
],
"homepage": "https://github.com/corymsmith/react-native-icons",
"bugs": "https://github.com/corymsmith/react-native-icons/issues",
"repository": {
"type": "git",
"url": "git://github.com/corymsmith/react-native-icons.git"
},
"react-native-module": {
"podfile": "react-native-icons.podspec"
},
"peerDependencies": {
"react-native": "^0.4.0"
}
}