-
Notifications
You must be signed in to change notification settings - Fork 0
/
star.json
36 lines (36 loc) · 1.08 KB
/
star.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
{
"format": "site-archive-pre1",
"builtBy": "Meteor [email protected]",
"programs": [
{
"name": "web.browser",
"arch": "web.browser",
"path": "programs/web.browser/program.json"
},
{
"name": "web.cordova",
"arch": "web.cordova",
"path": "programs/web.cordova/program.json",
"cordovaDependencies": {
"cordova-plugin-whitelist": "1.3.2",
"cordova-plugin-wkwebview-engine": "1.1.3",
"cordova-plugin-meteor-webapp": "1.4.2",
"cordova-plugin-inappbrowser": "1.7.1",
"cordova-plugin-googleplus": "https://github.com/meteor/cordova-plugin-googleplus.git#3095abe327e710ab04059ae9d3521bd4037c5a37",
"cordova-plugin-console": "1.1.0",
"phonegap-plugin-push": "1.8.4",
"cordova-plugin-device": "1.1.3",
"cordova-plugin-statusbar": "2.2.1",
"cordova-plugin-splashscreen": "4.0.1"
}
},
{
"name": "server",
"arch": "os",
"path": "programs/server/boot.js"
}
],
"meteorRelease": "[email protected]",
"nodeVersion": "8.11.1",
"npmVersion": "5.6.0"
}