react-native-cron-job
Version:
Cron job for react native app
41 lines (40 loc) • 907 B
JSON
{
"name": "react-native-cron-job",
"version": "1.0.2",
"description": "Cron job for react native app",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kathuriyarajat/react-native-cron-job.git",
"baseUrl": "https://github.com/kathuriyarajat/react-native-cron-job"
},
"keywords": [
"react-native",
"cron",
"cron-job",
"scheduler"
],
"author": {
"name": "Rajat Kathuriya",
"email": "kathuriyarajat@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}