-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 855 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
{
"name": "corewise-plugin-fingerprintauth",
"version": "0.0.3",
"description": "\n Cordova plugin for the fingerprint authentication of the corewise android a370 tablets.\n ",
"cordova": {
"id": "corewise-plugin-fingerprintauth",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mul1sh/corewise-plugin-fingerprintauth.git"
},
"keywords": [
"cordova",
"corewise",
"a370",
"android a370",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.3.0"
}
],
"author": "Mulili Nzuki",
"license": "MIT",
"bugs": {
"url": "https://github.com/mul1sh/corewise-plugin-fingerprintauth/issues"
},
"homepage": "https://github.com/mul1sh/corewise-plugin-fingerprintauth#readme"
}