-
Notifications
You must be signed in to change notification settings - Fork 160
/
package.json
41 lines (41 loc) · 1 KB
/
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
38
39
40
41
{
"name": "cordova-plugin-keychain-touch-id",
"version": "3.3.0",
"description": "Scan the fingerprint of your user with the TouchID sensor (iPhone 5S, iPhone 6(S), ..) and control a key in the Keychain",
"cordova": {
"id": "cordova-plugin-keychain-touch-id",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sjhoeksma/cordova-plugin-keychain-touch-id.git"
},
"keywords": [
"TouchID",
"Touch ID",
"Fingerprint",
"Biometric",
"Scanner",
"KeyChain",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "S.J.Hoeksma",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sjhoeksma/cordova-plugin-keychain-touch-id/issues"
},
"homepage": "https://github.com/sjhoeksma/cordova-plugin-keychain-touch-id#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}