UNPKG

react-native-sms-verifycode

Version:

A component for entering a set of SMS verification codes for react-native, Compatible for Android and iOS

56 lines (55 loc) 1.55 kB
{ "name": "react-native-sms-verifycode", "version": "2.4.3", "description": "A component for entering a set of SMS verification codes for react-native, Compatible for Android and iOS", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/shixiaoquan/react-native-verifycode.git" }, "keywords": [ "verifycode", "verification code", "verification", "react-native", "input", "SMS", "verify", "code", "SMS verification codes" ], "author": "shixiaoquan", "license": "MIT", "bugs": { "url": "https://github.com/shixiaoquan/react-native-sms-verifycode/issues" }, "homepage": "https://github.com/shixiaoquan/react-native-sms-verifycode#readme", "dependencies": { "prop-types": "^15.6.2" }, "devDependencies": { "babel-jest": "22.1.0", "babel-eslint": "^8.2.6", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-react-native": "4.0.0", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-config-standard": "^10.2.1", "eslint-config-standard-react": "^5.0.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-react": "^7.7.0", "eslint-plugin-react-native": "^3.2.1", "eslint-plugin-standard": "^3.0.1", "jest": "^22.1.4", "react-test-renderer": "16.2.0" }, "jest": { "preset": "react-native" } }