-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
{
"name": "cordova-plugin-malwarelytics",
"description": "Cordova plugin for Wultra Malwarelytics.",
"author": "Wultra, <[email protected]>",
"version": "5.2.2-dev",
"license": "Apache 2.0",
"cordova": {
"id": "cordova-plugin-malwarelytics",
"platforms": [
"android"
]
},
"files": [
"hooks/android/integrate-malwarelytics.js",
"hooks/android/on-uninstall.js",
"hooks/apple/integrate-malwarelytics.js",
"hooks/apple/patch-netrc.js",
"hooks/apple/on-uninstall.js",
"hooks/apple/add-app-presence-queries.js",
"src/android/build.gradle",
"src/android/MalwarelyticsPlugin.kt",
"src/ios/MalwarelyticsPlugin.swift",
"src/ios/MalwarelyticsPluginConfiguration.swift",
"www/MalwarelyticsPlugin.js",
"www/MalwarelyticsPlugin.module.d.ts",
"www/MalwarelyticsPlugin.d.ts",
"package.json",
"plugin.xml",
"README.md"
],
"homepage": "https://github.com/wultra/malwarelytics-cordova-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/wultra/malwarelytics-cordova-plugin.git"
},
"bugs": {
"url": "https://github.com/wultra/malwarelytics-cordova-plugin/issues"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"malwarelytics"
],
"devDependencies": {
"@types/cordova": "11.0.3",
"@types/node": "^20.6.0",
"compare-func": "^2.0.0",
"plist": "^3.1.0",
"q": "^1.5.1",
"shelljs": "^0.8.5",
"typescript": "^5.3.3",
"xml2js": "^0.6.2"
}
}