react-native-timetable
Version:
react native timetable
36 lines (35 loc) • 824 B
JSON
{
"name": "react-native-timetable",
"version": "1.0.6",
"description": "react native timetable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gomjellie/react-native-timetable.git"
},
"keywords": [
"react-native",
"timetable"
],
"author": {
"name": "gomjellie",
"email": "gomjellie@gmail.com",
"url": "https://gomjellie.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gomjellie/react-native-timetable/issues"
},
"homepage": "https://github.com/gomjellie/react-native-timetable#readme",
"dependencies": {
"moment": "^2.24.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}