UNPKG

react-native-dates

Version:

Date and daterange picker for React Native (iOS and Android)

47 lines (46 loc) 1.12 kB
{ "name": "react-native-dates", "version": "2.0.4", "description": "Date and daterange picker for React Native (iOS and Android)", "main": "src/index.js", "scripts": { "eslint": "eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/werein/react-native-dates.git" }, "keywords": [ "react", "react", "native", "datepicker", "calendar", "daterange", "picker" ], "author": "We're in", "license": "MIT", "bugs": { "url": "https://github.com/werein/react-native-dates/issues" }, "homepage": "https://github.com/werein/react-native-dates#readme", "dependencies": { "moment": "^2.17.1", "moment-range": "2.2.0" }, "peerDependencies": { "react": "^15.3.2", "react-native": "^0.35.0" }, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^3.17.1", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.0", "flow-bin": "^0.41.0" } }