forked from zxyang/cordova-plugin-clientcertificate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 822 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
{
"name": "cordova-plugin-client-certificate-addictic",
"version": "0.0.1",
"description": "Cordova Client Certificate Plugin",
"cordova": {
"id": "cordova-plugin-client-certificate-addictic",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/agenceaddictic/cordova-plugin-client-certificate-addictic.git"
},
"keywords": [
"client",
"certificate",
"authentication",
"client certificate",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"author": "Vianney C",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/agenceaddictic/cordova-plugin-client-certificate/issues"
},
"homepage": "https://github.com/agenceaddictic/cordova-plugin-client-certificate#readme"
}