forked from nativescript-community/https
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
47
48
49
{
"name": "@nativescript-community/https",
"version": "3.3.8",
"description": "Nativescript plugin for gestures",
"main": "https",
"sideEffects": false,
"typings": "https.d.ts",
"nativescript": {
"platforms": {
"android": "6.2.1",
"ios": "6.2.1"
}
},
"contributors": [
{
"name": "Robert Laverty",
"email": "roblav96@gmail.com",
"url": "https://github.com/roblav96"
},
{
"name": "Kefah BADER ALDIN",
"email": "kefah.bader@gmail.com",
"url": "https://github.com/kefahB"
}
],
"author": "Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)",
"bugs": {
"url": "https://github.com/nativescript-community/https/issues"
},
"license": "MIT",
"homepage": "https://github.com/nativescript-community/https",
"readmeFilename": "README.md",
"bootstrapper": "nativescript-plugin-seed",
"keywords": [
"secure",
"https",
"http",
"ssl",
"tls",
"pinning",
"nativescript",
"ecosystem:nativescript",
"nativescript-android",
"nativescript-ios",
"JavaScript",
"Android",
"iOS"
]
}