-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "cordova-plugin-client-certificate",
"description": "Client certificate authentication for your Cordova app.",
"version": "0.0.2",
"homepage": "https://github.com/mwaylabs/cordova-plugin-client-certificate",
"repository": {
"type": "git",
"url": "https://github.com/mwaylabs/cordova-plugin-client-certificate.git"
},
"bugs": {
"url": "https://github.com/mwaylabs/cordova-plugin-client-certificate/issues"
},
"cordova": {
"id": "cordova-plugin-client-certificate",
"platforms": [
"ios"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova",
"client",
"certificate",
"authentication",
"pkcs12",
"p12"
],
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src"
},
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "M-Way Solutions GmbH",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
}