forked from ttdung11t2/react-native-confirmation-code-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1020 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
32
33
34
35
36
37
{
"name": "react-native-confirmation-code-input",
"version": "1.0.1",
"description": "A react-native component to input confirmation code for both Android and IOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-component",
"react-native",
"react-native-component",
"android",
"ios",
"code-input",
"confirmation-code",
"pin-code",
"confirmation-code-input",
"pin-code-input"
],
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.5.10"
},
"homepage": "https://github.com/ttdung11t2/react-native-confirmation-code-input.git",
"bugs": {
"url": "https://github.com/ttdung11t2/react-native-confirmation-code-input.git/issues",
"email": "ttdung001@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ttdung11t2/react-native-confirmation-code-input.git"
},
"author": "Dung Tran <ttdung001@gmail.com>",
"license": "MIT"
}