forked from corymsmith/react-native-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 736 Bytes
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
{
"name": "react-native-icons",
"version": "0.3.4",
"description": "Use 1000's of icon fonts in your React Native app including the tab bar.",
"main": "index.js",
"author": "Cory Smith <cory.m.smith@gmail.com>",
"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"
}
}