-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "com.cyb3rg0d.urlchecker",
"displayName": "Url Checker",
"version": "0.1.5",
"description": "Allows you to analyze tackers and parameters of an URL before opening them.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Cyb3r G0d",
"license": "GPL-3.0 License",
"devDependencies": {
"@delagen/cordova-plugin-browser": "^1.0.1",
"cordova-android": "^9.1.0",
"cordova-plugin-customurlscheme": "^5.0.2",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-whitelist": "^1.3.5",
"cordova-plugin-x-socialsharing": "^6.0.3",
"cordova-support-android-plugin": "^1.0.2",
"es6-promise-plugin": "^4.2.2"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "https"
},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-browser": {},
"cordova-plugin-inappbrowser": {}
},
"platforms": [
"android"
]
},
"dependencies": {
"link-checker-malicious": "^1.2.3"
}
}