forked from M-Izadmehr/react-native-multiple-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (34 loc) · 822 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
{
"name": "react-native-multiple-picker",
"version": "0.0.21",
"description": "A fancy cross-platform multiple picker module for react-native.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S4liz/react-native-multiple-picker.git"
},
"dependencies": {
"react-native-linear-gradient": "^2.3.0"
},
"keywords": [
"react-native",
"picker",
"multi",
"multiple",
"select",
"selector",
"date",
"date-picker",
"time-picker",
"wheel-picker"
],
"author": "Mojtaba Izadmehr",
"license": "MIT",
"bugs": {
"url": "https://github.com/S4liz/react-native-multiple-picker/issues"
},
"homepage": "https://github.com/S4liz/react-native-multiple-picker#readme"
}