-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 819 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
{
"name": "cordova-plugin-android-fingerprint-auth",
"version": "1.5.0",
"description": "Cordova plugin to use Android fingerprint authentication API",
"cordova": {
"id": "cordova-plugin-android-fingerprint-auth",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth.git"
},
"keywords": [
"cordova",
"plugin",
"android",
"fingerprint",
"authentication",
"ecosystem:cordova",
"cordova-android"
],
"author": "Matthew Wheatley",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth/issues"
},
"homepage": "https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth#readme"
}