-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
44 lines (44 loc) · 1.04 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "react-native-select-two",
"version": "1.1.0",
"description": "Component like Select2 on web for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuho/react-native-select-two.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"react-native-select2",
"select2",
"component"
],
"author": "xuho",
"license": "MIT",
"bugs": {
"url": "https://github.com/xuho/react-native-select-two/issues"
},
"homepage": "https://github.com/xuho/react-native-select-two#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-vector-icons": "^4.2.0",
"react-native-modal": "^11.1.0"
},
"devDependencies": {
"react": "16.6.1",
"react-native": "~0.57.7",
"react-native-vector-icons": "^4.2.0",
"react-native-modal": "^11.1.0"
}
}