-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 897 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-swipetimepicker",
"version": "0.0.8",
"description": "A time picker based on react-native-swipebox",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/flyandi/react-native-swipetimepicker.git"
},
"keywords": [
"react",
"native",
"react-native",
"swipebox",
"time picker",
"time",
"react-component"
],
"author": "Andy Schwarz <flyandi@yahoo.com> (http://flyandi.net)",
"license": {
"type": "MIT",
"url": "https://github.com/flyandi/react-native-swipetimepicker/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/flyandi/react-native-swipetimepicker/issues"
},
"homepage": "https://github.com/flyandi/react-native-swipetimepicker#readme",
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react-native-swipebox": "^0.0.5"
}
}