react-native-best-wheel-datepicker
Version:
React native cross platform iOS-style picker and datepicker.
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "react-native-best-wheel-datepicker",
"version": "1.0.0",
"description": "React native cross platform iOS-style picker and datepicker.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abbasmoosavi/react-native-best-wheel-datepicker.git"
},
"keywords": [
"react-native",
"datepicker",
"picker",
"wheel"
],
"author": "Abbas moosavi<moosaviabbas74@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/abbasmoosavi/react-native-best-wheel-datepicker/issues"
},
"homepage": "https://github.com/abbasmoosavi/react-native-best-wheel-datepicker#readme",
"dependencies": {
"moment": "^2.19.1"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0"
},
"peerDependencies": {
"@react-native-community/picker": "^1.6.6",
"moment": ">=2.0.0",
"prop-types": "*",
"react-native": ">=0.45.0"
}
}