react-native-pin-code
Version:
A simple pin code component for react-native
33 lines (32 loc) • 754 B
JSON
{
"name": "react-native-pin-code",
"version": "0.5.3",
"description": "A simple pin code component for react-native",
"main": "pin-code.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gkueny/react-native-pin-code.git"
},
"keywords": [
"react-native",
"pin-code",
"pin",
"code"
],
"author": "gkueny",
"license": "ISC",
"bugs": {
"url": "https://github.com/gkueny/react-native-pin-code/issues"
},
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40"
},
"homepage": "https://github.com/gkueny/react-native-pin-code#readme",
"dependencies": {
"prop-types": "^15.5.10"
}
}