-
Notifications
You must be signed in to change notification settings - Fork 141
/
package.json
36 lines (36 loc) · 934 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
32
33
34
35
36
{
"name": "react-native-icons",
"version": "0.7.1",
"description": "Use 1000's of icon fonts easily in your React Native apps.",
"main": "index",
"author": "Cory Smith <[email protected]>",
"keywords": [
"react",
"icons",
"react-native",
"react-component",
"react-native-component",
"mobile",
"ui",
"react native icons",
"font",
"tab bar",
"ios",
"android",
"icon",
"font",
"fonts"
],
"devDependencies": {
"react-native": ">= 0.12.x || 0.12.0-rc || 0.13.x || 0.13.0-rc || 0.14.x || 0.14.0-rc || 0.15.0-rc || 0.15.x || 0.16.0"
},
"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"
}
}