forked from naoufal/react-native-touch-id
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 969 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-touch-id",
"version": "3.1.0",
"description": "React Native authentication with the native Touch ID popup.",
"scripts": {
"lint": "node_modules/.bin/eslint .",
"start": "node_modules/react-native/packager/packager.sh",
"test": "npm run lint"
},
"main": "index.js",
"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 <[email protected]> (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",
"devDependencies": {
"eslint": "2.0.0",
"eslint-plugin-react": "2.7.1"
}
}