forked from xamous/react-native-smooth-pincode-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·31 lines (31 loc) · 829 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "react-native-smooth-pincode-input",
"version": "1.0.9",
"description": "A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.",
"main": "src/index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/xamous/react-native-smooth-pincode-input.git"
},
"keywords": [
"react-native",
"pincode",
"password",
"TextInput"
],
"author": "William Shih <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xamous/react-native-smooth-pincode-input/issues"
},
"homepage": "https://github.com/xamous/react-native-smooth-pincode-input",
"peerDependencies": {
"react-native": "*"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-native-animatable": "^1.3.0"
}
}