forked from naoufal/react-native-touch-id
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1016 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1016 Bytes
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
{
"name": "react-native-touch-id",
"version": "1.2.0",
"description": "React Native authentication with the native Touch ID popup.",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"peerDependencies": {
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2"
},
"main": "TouchID.ios.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/naoufal/react-native-touch-id.git"
},
"keywords": [
"react-native",
"react",
"native",
"touch-id",
"react-component",
"react-native-component",
"authentication",
"auth",
"authenticate",
"mobile"
],
"author": "Naoufal Kadhom <naoufalkadhom@gmail.com> (https://github.com/naoufal)",
"license": "ISC",
"bugs": {
"url": "https://github.com/naoufal/react-native-touch-id/issues"
},
"homepage": "https://github.com/naoufal/react-native-touch-id",
"jshintConfig": {
"esnext": true,
"node": true
}
}