forked from stephy/CalendarPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.5 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "react-native-calendar-picker",
"version": "5.20.0",
"description": "Calendar Picker Component for React Native",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"babel-jest": "^22.4.3",
"jest": "^22.4.3",
"moment": "*",
"react": "~15.4.0",
"react-native": "0.42.3",
"react-native-scripts": "0.0.25",
"react-test-renderer": "~15.4.1"
},
"peerDependencies": {
"moment": "*",
"react": "*",
"react-native": "*"
},
"main": "./CalendarPicker",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node_modules/jest/bin/jest.js",
"test:watch": "node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "https://github.com/stephy/CalendarPicker"
},
"keywords": [
"calendar",
"picker",
"calendar",
"picker",
"date",
"picker",
"day",
"picker"
],
"author": {
"name": "Stephani Alves",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stephy/CalendarPicker/issues"
},
"homepage": "https://github.com/stephy/CalendarPicker",
"maintainers": [
{
"name": "stephy",
"email": "[email protected]"
}
],
"directories": {},
"dependencies": {
"prop-types": "^15.6.0",
"uuid": "3.2.1"
}
}