-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·28 lines (28 loc) · 851 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
{
"name": "react-native-hide-show-password-input",
"version": "1.0.3",
"description": "React-Native Component For Password Show/Hide",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vishaljadav24/react-native-hide-show-password-input.git"
},
"author": "vishal jadav",
"license": "MIT",
"bugs": {
"url": "https://github.com/vishaljadav24/react-native-hide-show-password-input/issues"
},
"homepage": "https://github.com/vishaljadav24/react-native-hide-show-password-input#readme",
"dependencies": {
"react-native-material-textfield": "^0.8.4",
"react-native-vector-icons": "^4.3.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-preset-react-native": "4.0.0",
"react-test-renderer": "16.0.0-alpha.12"
}
}