-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 865 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
{
"name": "cordova-plugin-android-fingerprint-auth",
"version": "2.0.1",
"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",
"devDependencies": {
"q": "^1.5.1"
}
}