forked from fruitl00p/react-native-selectbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "react-native-selectbox",
"version": "0.1.2",
"description": "An OS independant take on the native react-native-picker with modal for selecting items",
"main": "src/Selectbox.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fruitl00p/react-native-selectbox.git"
},
"keywords": [
"react-native",
"dropdown",
"popover",
"select",
"picker",
"selectbox",
"modal",
"ios",
"android",
"react-component"
],
"author": "Robin Speekenbrink <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fruitl00p/react-native-selectbox/issues"
},
"homepage": "https://github.com/fruitl00p/react-native-selectbox#readme",
"dependencies": {
"react-native-vector-icons": "^2.0"
},
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-kingsquare": "^1.0.6",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
},
"peerDependencies": {
"react": ">15.0",
"react-native": ">0.27"
}
}