react-native-pin-input
Version:
react native pin input
42 lines (41 loc) • 941 B
JSON
{
"name": "react-native-pin-input",
"version": "1.3.2",
"description": "react native pin input",
"main": "index.js",
"scripts": {
"test": "jest --verbose"
},
"author": "lotosbin <lotosbin@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": "^15.4.2",
"react-native": "^0.41.2"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"flow-bin": "^0.57.3",
"jest-cli": "^19.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lotosbin/react-native-pin-input.git"
},
"keywords": [
"react-native",
"pin",
"input"
],
"bugs": {
"url": "https://github.com/lotosbin/react-native-pin-input/issues"
},
"homepage": "https://github.com/lotosbin/react-native-pin-input#readme",
"dependencies": {
"immutable": "^3.8.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}