react-native-calendar-manager
Version:
React Native module for IOS EventKit Reminders
31 lines (29 loc) • 698 B
JSON
{
"name": "react-native-calendar-manager",
"version": "0.0.3",
"author": "Bilal Köşker",
"license": "anonymous",
"main": "RNCalendarManager.ios.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bilalkosker/rncm"
},
"bugs": {
"url": "https://github.com/bilalkosker/rncm/issues"
},
"homepage": "https://github.com/bilalkosker/rncm",
"description": "React Native module for IOS EventKit Reminders",
"keywords": [
"react-native",
"react-component",
"ios",
"eventkit",
"calendar-manager"
],
"peerDependencies": {
"react-native": ">=0.8.0"
}
}