forked from vlad-doru/react-native-calendar-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 759 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
{
"name": "react-native-calendar-datepicker",
"version": "1.2.2",
"dependencies": {
"lodash": "^4.15.0",
"moment": "^2.20.1",
"prop-types": "^15.6.0"
},
"description": "Cross platform calendar datepicker library for React Native.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vlad-doru/react-native-calendar-datepicker.git"
},
"keywords": [
"react",
"react-native",
"calendar",
"datepicker",
"cross",
"platform"
],
"author": "Vlad-Doru Ion",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vlad-doru/react-native-calendar-datepicker/issues"
},
"homepage": "https://github.com/vlad-doru/react-native-calendar-datepicker#readme"
}