forked from Osedea/react-native-osd-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 843 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
{
"name": "react-native-osd-datetimepicker",
"version": "1.0.7",
"description": "A Datetimepicker for Android and iOs for react-native",
"main": "DateTimePicker.js",
"dependencies": {
"react-native-osd-simple-button": "^1.0.0"
},
"devDependencies": {
"react": "15.0.2",
"react-native": "0.26.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Osedea/react-native-datetimepicker.git"
},
"keywords": [
"react-native",
"datetime",
"picker"
],
"author": "Mohamed Mellouki <mohamed.mellouki@osedea.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Osedea/react-native-datetimepicker/issues"
},
"homepage": "https://github.com/Osedea/react-native-datetimepicker#readme"
}