forked from react-native-elements/react-native-elements
-
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) · 688 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 688 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-elements",
"version": "0.6.3",
"description": "React Native Elements & UI Toolkit",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dabit3/React-Native-Elements.git"
},
"keywords": [
"react-native",
"reactjs",
"reactnative",
"bootstrap"
],
"peerDependencies": {
"react-native-vector-icons": "^2.1.0"
},
"author": "Nader Dabit",
"license": "MIT",
"bugs": {
"url": "https://github.com/dabit3/React-Native-Elements/issues"
},
"homepage": "https://github.com/dabit3/React-Native-Elements#readme",
"dependencies": {
"react-native-tab-navigator": "^0.3.3"
}
}