-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.88 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"_from": "react-native-touch-id",
"_id": "react-native-touch-id@4.3.0",
"_inBundle": false,
"_integrity": "sha512-c9VB8Q5+d1H/bXz3gKmlPeWgEIcIeSiLK6jIhx0gUHPD9Geaquhq7NwOFGVt3WkGyvyqfKQTjZTWmuWY1g7hLg==",
"_location": "/react-native-touch-id",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-touch-id",
"name": "react-native-touch-id",
"escapedName": "react-native-touch-id",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/",
"/@haskkor/react-native-pincode"
],
"_resolved": "https://registry.npmjs.org/react-native-touch-id/-/react-native-touch-id-4.3.0.tgz",
"_shasum": "c25abd1d03d1ce5075f73ca87b18b47e7d60fa71",
"_spec": "react-native-touch-id",
"_where": "/Users/dungnguyen/Documents/Workspace/omni_extra",
"author": {
"name": "Naoufal Kadhom",
"email": "naoufalkadhom@gmail.com",
"url": "https://github.com/naoufal"
},
"bugs": {
"url": "https://github.com/naoufal/react-native-touch-id/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React Native authentication with the native Touch ID popup.",
"devDependencies": {
"eslint": "2.0.0",
"eslint-plugin-react": "2.7.1"
},
"homepage": "https://github.com/naoufal/react-native-touch-id",
"keywords": [
"react-native",
"react",
"native",
"touch-id",
"react-component",
"react-native-component",
"authentication",
"auth",
"authenticate",
"mobile"
],
"license": "ISC",
"main": "index.js",
"name": "react-native-touch-id",
"repository": {
"type": "git",
"url": "git+https://github.com/naoufal/react-native-touch-id.git"
},
"scripts": {
"lint": "eslint .",
"start": "node_modules/react-native/packager/packager.sh",
"test": "npm run lint"
},
"version": "4.3.0"
}