-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
75 lines (75 loc) · 1.67 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "wonderpush-cordova-sdk",
"version": "3.3.2",
"description": "Mobile push notification delivery with the WonderPush service. The WonderPush Cordova SDK is compatible with iOS and Android.",
"typings": "types/index.d.ts",
"main": "www/WonderPush.js",
"dependencies": {
"fs-extra": "^8.1.0",
"xcode": "^2.0.0"
},
"devDependencies": {
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.3"
},
"scripts": {
"doc": " jsdoc -c jsdoc-conf.json --access public,undefined",
"doc-protected": "jsdoc -c jsdoc-conf.json --access public,protected,undefined",
"doc-private": " jsdoc -c jsdoc-conf.json --access all"
},
"repository": {
"type": "git",
"url": "https://github.com/wonderpush/wonderpush-cordova-sdk"
},
"standard": {
"globals": [
"cordova"
]
},
"cordova": {
"id": "wonderpush-cordova-sdk",
"platforms": [
"android",
"ios"
]
},
"engines": {
"cordovaDependencies": {
"<2.0.0": {
"cordova-android": "<7.0.0",
"cordova-ios": "<5.0.0"
},
"2.0.0": {
"cordova-android": ">=8.0.0",
"cordova-ios": ">=5.0.0"
}
}
},
"bugs": {
"url": "https://github.com/wonderpush/wonderpush-cordova-sdk/issues"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"wonderpush",
"cordova",
"phonegap",
"push",
"web push",
"web push notifications",
"webpush",
"GDPR",
"RGPD",
"notification",
"notifications",
"push notification",
"push notifications",
"apn",
"apns",
"gcm",
"fcm"
],
"author": "dev@wonderpush.com",
"license": "Apache-2.0"
}