-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1002 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
36
37
{
"name": "elastos-essentials-plugin-fingerprint",
"version": "1.0.0",
"description": "Elastos Essentials Fingerprint Plugin",
"cordova": {
"id": "elastos-essentials-plugin-fingerprint",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/elastos/Elastos.Essentials.Plugins.Fingerprint.git"
},
"keywords": [
"cordova",
"fingerprint",
"trinity",
"essentials",
"elastos",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser"
],
"author": "elastos team",
"license": "MIT",
"bugs": {
"url": "https://github.com/elastos/Elastos.Essentials.Plugins.Fingerprint/issues"
},
"homepage": "https://github.com/elastos/Elastos.Essentials.Plugins.Fingerprint#readme",
"scripts": {
"gen-docs": "jsdoc2md www/fingerprint.js > README.md"
},
"types": "./www/types.d.ts"
}