forked from vonovak/react-native-add-calendar-event
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 780 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
{
"name": "react-native-add-calendar-event",
"version": "2.3.1",
"description": "creating events in react native using the standard iOS / Android dialogs",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"author": "Vojtech Novak",
"license": "MIT",
"peerDependencies": {
"react-native": "*"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vonovak/react-native-add-calendar-event.git"
},
"bugs": {
"url": "https://github.com/vonovak/react-native-add-calendar-event/issues"
},
"homepage": "https://github.com/vonovak/react-native-add-calendar-event#readme"
}