-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
33 lines (33 loc) · 870 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
{
"name": "react-native-24h-timepicker",
"version": "1.1.0",
"description": "React Native 24 hours format TimePicker for iOS",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NYSamnang/react-native-24h-timepicker.git"
},
"keywords": [
"react-native",
"24 hour format",
"twenty four hour format",
"time picker ios",
"number picker ios"
],
"author": "NY Samnang",
"license": "MIT",
"bugs": {
"url": "https://github.com/NYSamnang/react-native-24h-timepicker/issues"
},
"homepage": "https://github.com/NYSamnang/react-native-24h-timepicker#readme",
"dependencies": {
"react-native-raw-bottom-sheet": "^1.0.0"
},
"devDependencies": {
"prop-types": "^15.7.2"
}
}