forked from ivanchenko/react-native-day-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 788 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
34
{
"name": "react-native-day-picker",
"version": "1.1.6",
"description": "react-native-day-picker is a simple calendar which allows you to select date range. Suites for android and ios",
"main": "index.js",
"scripts": {
"start": "react-native start"
},
"author": "Vladimir Ivanchenko",
"license": "ISC",
"keywords": [
"calendar",
"picker",
"day-picker",
"date",
"range",
"native",
"react",
"react-component",
"react-native"
],
"peerDependencies": {
"react": ">=15.0.0",
"react-native": ">=0.25.0",
"prop-types": ">=15.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ivanchenko/react-native-day-picker.git"
},
"dependencies": {
"deprecated-react-native-listview": "0.0.6"
}
}