-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.18 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
{
"name": "@joltup/jolt-code-push-cli",
"version": "1.12.4-beta.10",
"description": "Management CLI for the CodePush service",
"main": "./script/cli.js",
"scripts": {
"test": "gulp test"
},
"bin": {
"code-push-jolt": "./script/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/code-push/"
},
"keywords": [
"code",
"push",
"cordova",
"react-native",
"react"
],
"homepage": "https://microsoft.github.io/code-push",
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"backslash": "^0.1.7",
"base-64": "^0.1.0",
"chalk": "^1.1.0",
"cli-table": "^0.3.1",
"code-push": "1.11.1-beta",
"email-validator": "^1.0.3",
"gradle-to-js": "0.1.1",
"moment": "^2.10.6",
"opener": "^1.4.1",
"parse-duration": "0.1.1",
"plist": "1.2.0",
"progress": "^1.1.8",
"prompt": "^0.2.14",
"properties": "^1.2.1",
"q": "~1.4.1",
"recursive-fs": "0.1.4",
"rimraf": "^2.5.1",
"semver": "4.3.6",
"simctl": "0.0.9",
"update-notifier": "^0.5.0",
"which": "^1.2.7",
"wordwrap": "1.0.0",
"xml2js": "^0.4.16",
"yargs": "^3.15.0"
}
}