forked from stephy/CalendarPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.16 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
{
"name": "react-native-calendar-picker",
"version": "5.15.0",
"description": "Calendar Picker Component for React Native",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"jest-expo": "^0.3.0",
"moment": "*",
"react": "~15.4.0",
"react-native": "0.42.3",
"react-native-scripts": "0.0.25",
"react-test-renderer": "~15.4.1"
},
"peerDependencies": {
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-expo": "^2.0.0",
"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": "jest-expo"
},
"repository": {
"type": "git",
"url": "https://github.com/stephy/CalendarPicker"
},
"keywords": [
"calendar",
"picker",
"calendar",
"picker",
"date",
"picker",
"day",
"picker"
],
"author": {
"name": "Stephani Alves",
"email": "alves@stephanimoroni.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stephy/CalendarPicker/issues"
},
"homepage": "https://github.com/stephy/CalendarPicker",
"_id": "react-native-calendar-picker@1.0.1",
"_shasum": "af3196fdbb105fbcec26887dbf56a783a5eb1130",
"_from": "react-native-calendar-picker@*",
"_npmVersion": "2.7.5",
"_nodeVersion": "0.11.13-pre",
"_npmUser": {
"name": "stephy",
"email": "alves@stephanimoroni.com"
},
"dist": {
"shasum": "af3196fdbb105fbcec26887dbf56a783a5eb1130",
"tarball": "http://registry.npmjs.org/react-native-calendar-picker/-/react-native-calendar-picker-1.0.1.tgz"
},
"maintainers": [
{
"name": "stephy",
"email": "alves@stephanimoroni.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/react-native-calendar-picker/-/react-native-calendar-picker-1.0.1.tgz",
"dependencies": {
"expo": "^15.1.0",
"prop-types": "^15.6.0",
"uuid": "3.1.0"
}
}