-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 841 Bytes
/
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
{
"name": "com.phonegap.pushapp2",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"displayName": "pushApp2",
"dependencies": {
"cordova-android": "^7.0.0",
"cordova-plugin-statusbar": "~2.1.3",
"phonegap-plugin-push": "~1.8.0",
"cordova-plugin-console": "~1.0.3",
"cordova-plugin-dialogs": "~1.2.1",
"cordova-plugin-whitelist": "~1.2.1"
},
"cordova": {
"plugins": {
"cordova-plugin-statusbar": {},
"phonegap-plugin-push": {
"SENDER_ID": "XXXXXXX"
},
"cordova-plugin-console": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-whitelist": {}
},
"platforms": [
"android"
]
}
}