forked from wmcmahan/react-native-calendar-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 742 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
{
"name": "react-native-calendar-events",
"version": "1.4.1",
"author": "Will McMahan",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wmcmahan/react-native-calendar-events"
},
"bugs": {
"url": "https://github.com/wmcmahan/react-native-calendar-events/issues"
},
"homepage": "https://github.com/wmcmahan/react-native-calendar-events",
"description": "React Native module for IOS Calendar Events",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"eventkit",
"reminders",
"calendar-events"
],
"peerDependencies": {
"react-native": ">=0.40.0"
}
}