UNPKG

react-native-clock-interval

Version:

React Native Time interval control similar to iOS12 Bedtime picker using ReactART

58 lines (57 loc) 1.47 kB
{ "name": "react-native-clock-interval", "version": "2.0.2", "description": "React Native Time interval control similar to iOS12 Bedtime picker using ReactART", "main": "index.js", "scripts": { "test": "eslint *.js", "format": "./node_modules/.bin/prettier --write {,Shapes/,Example/}*.js" }, "keywords": [ "react-native", "react-component", "react", "mobile", "ios", "android", "ui", "clock", "interval", "time", "animation" ], "author": { "name": "Pavel Zarecky", "email": "iskander508@gmail.com" }, "homepage": "https://github.com/GamgeeNL/react-native-clock-interval", "bugs": { "url": "https://github.com/GamgeeNL/react-native-clock-interval/issues" }, "repository": { "type": "git", "url": "git://github.com/GamgeeNL/react-native-clock-interval.git" }, "license": "MIT", "devDependencies": { "babel": "^6.5.2", "babel-eslint": "^10.0.3", "eslint": "^6.3.0", "eslint-config-airbnb": "^18.0.1", "eslint-config-prettier": "^6.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.7.0", "prettier": "^1.18.2" }, "dependencies": { "prop-types": "^15.7.2", "tinycolor2": "^1.4.1" }, "peerDependencies": { "@react-native-community/art": "^1.0.2" }, "typings": "index.d.ts" }