-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·38 lines (38 loc) · 1001 Bytes
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
{
"name": "com.phonegap.helloworld",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"displayName": "helloworld",
"dependencies": {
"browser-sync": "^2.26.3",
"cheerio": "^0.19.0",
"cordova-browser": "^5.0.4",
"cordova-pdf-generator": "2.0.7",
"cordova-plugin-browsersync": "^1.1.0",
"cordova-plugin-file": "6.0.1",
"cordova-plugin-file-transfer": "1.7.1",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-whitelist": "git+https://github.com/apache/cordova-plugin-whitelist.git",
"csp-parse": "0.0.2",
"elementtree": "^0.1.7",
"glob": "^5.0.15",
"npm": "^2.15.12",
"phonegap-plugin-push": "~1.8.0",
"plist": "^1.2.0",
"q": "^1.5.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-push": {
"SENDER_ID": "XXXXXXX"
},
"cordova-plugin-browsersync": {}
},
"platforms": [
"browser"
]
}
}