forked from meteor/cordova-plugin-meteor-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 933 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
31
32
33
34
35
{
"name": "cordova-plugin-meteor-webapp",
"version": "1.6.5",
"description": "Cordova plugin that serves a Meteor web app through a local server and implements hot code push",
"cordova": {
"id": "cordova-plugin-meteor-webapp",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Vilango/cordova-plugin-meteor-webapp"
},
"keywords": [
"cordova",
"meteor",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Meteor Development Group",
"license": "MIT",
"scripts": {
"pretest": "ios-sim start --devicetypeid=iPhone-XS",
"test": "cordova-paramedic --config ./.paramedic.config.js"
},
"devDependencies": {
"cordova": "^8.0.0",
"cordova-paramedic": "github:meteor/cordova-paramedic#40df66c3efc2f0db4d66b8c172174a68c031c114",
"ios-deploy": "^1.9.4",
"ios-sim": "^8.0.0"
}
}