forked from talut/react-native-pin-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 869 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
{
"name": "react-native-pin-view",
"version": "2.3.1",
"repository": {
"type": "git",
"url": "https://github.com/talut/react-native-pin-view.git"
},
"description": "React Native Pin View Component for Protection",
"keywords": [
"react-native",
"pin-view",
"pin-password",
"pin-view-password",
"react-native-pin-view",
"react pin view",
"pin view",
"react pin",
"react password",
"pin",
"PinView"
],
"main": "index.js",
"types": "react-native-pin-view.d.ts",
"author": "Talut Tasgiran",
"license": "MIT",
"bugs": {
"url": "https://github.com/talut/react-native-pin-view/issues"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"homepage": "https://github.com/talut/react-native-pin-view",
"dependencies": {
"prop-types": "^15.7.2"
}
}