forked from NiklasMerz/cordova-plugin-fingerprint-aio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
42
43
44
45
46
{
"name": "cordova-plugin-fingerprint-aio",
"version": "1.3.8",
"description": "Cordova plugin to use fingerprint authentication on Android and iOS",
"cordova": {
"id": "cordova-plugin-fingerprint-aio",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/niklasmerz/cordova-plugin-fingerprint-aio"
},
"keywords": [
"cordova",
"plugin",
"android",
"fingerprint",
"authentication",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"ios"
],
"author": "Niklas Merz",
"license": "MIT",
"bugs": {
"url": "https://github.com/niklasmerz/cordova-plugin-fingerprint-aio/issues"
},
"homepage": "https://github.com/niklasmerz/cordova-plugin-fingerprint-aio#readme",
"dependencies": {
"cordova-plugin-add-swift-support": "^1.7.1"
},
"devDependencies": {
"cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git",
"cordova-plugin-xml": "^0.1.2",
"eslint": "^4.19.1",
"jasmine": "^2.8.0"
},
"scripts": {
"test": "./node_modules/cordova-paramedic/main.js --plugin . --platform",
"plugin-version": "cordova-plugin-xml setVersion"
}
}