-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1013 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
29
30
31
32
33
34
35
36
37
38
{
"name": "react-native-wheel-pick-2",
"version": "1.0.2",
"description": "React native wheel picker iOS style with android.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arasors/react-native-wheel-pick-2.git"
},
"keywords": [
"react-native",
"react-native-wheel",
"react-native-wheel-pick",
"react-native-wheel-pick-2",
"react-native-wheel-picker"
],
"author": "Aras Ors",
"license": "MIT",
"bugs": {
"url": "https://github.com/arasors/react-native-wheel-pick/issues"
},
"homepage": "https://github.com/arasors/react-native-wheel-pick#readme",
"dependencies": {
"moment": "^2.19.1"
},
"peerDependencies": {
"@react-native-community/datetimepicker": ">=6.1.3",
"@react-native-picker/picker": ">=2.4.1",
"moment": ">=2.0.0",
"prop-types": "*"
},
"devDependencies": {
"standard-version": "^9.5.0"
}
}