forked from SovaJob/CalendarPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.39 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_from": "git+https://github.com/SovaJob/CalendarPicker.git",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/react-native-calendar-picker",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/SovaJob/CalendarPicker.git",
"rawSpec": "https://github.com/SovaJob/CalendarPicker.git",
"saveSpec": "git+https://github.com/SovaJob/CalendarPicker.git",
"fetchSpec": "https://github.com/SovaJob/CalendarPicker.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/SovaJob/CalendarPicker.git#742d55511a1d1081b43407e086cb8f798b6a9a83",
"_spec": "https://github.com/SovaJob/CalendarPicker.git",
"_where": "/Users/aleksandrsova/Airlog",
"author": {
"name": "Stephani Alves",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/stephy/CalendarPicker/issues"
},
"bundleDependencies": false,
"dependencies": {
"prop-types": "^15.6.0",
"uuid": "3.2.1"
},
"deprecated": false,
"description": "Calendar Picker Component for React Native",
"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"
},
"directories": {},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/stephy/CalendarPicker",
"jest": {
"preset": "react-native"
},
"keywords": [
"calendar",
"picker",
"calendar",
"picker",
"date",
"picker",
"day",
"picker"
],
"license": "MIT",
"main": "./CalendarPicker",
"maintainers": [
{
"name": "stephy",
"email": "[email protected]"
}
],
"name": "react-native-calendar-picker",
"peerDependencies": {
"moment": "*",
"react": "*",
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephy/CalendarPicker.git"
},
"scripts": {
"android": "react-native-scripts android",
"eject": "react-native-scripts eject",
"ios": "react-native-scripts ios",
"start": "react-native-scripts start",
"test": "node_modules/jest/bin/jest.js",
"test:watch": "node_modules/jest/bin/jest.js --watch"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"version": "5.20.0"
}