forked from NativeScript/nativescript-app-sync-sdk-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.48 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "nativescript-app-sync-cli",
"version": "1.0.1",
"description": "Management CLI for the NativeScript AppSync service",
"main": "script/cli.js",
"scripts": {
"test": "gulp test"
},
"bin": {
"nativescript-app-sync": "script/cli.js"
},
"repository": {
"type": "git"
},
"url": "https://github.com/EddyVerbruggen/nativescript-app-sync-sdk-cli.git",
"keywords": [
"code",
"push",
"codepush",
"appsync",
"app sync",
"sync",
"nativescript"
],
"homepage": "https://github.com/EddyVerbruggen/nativescript-app-sync-sdk-cli",
"author": {
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"license": "MIT",
"dependencies": {
"backslash": "^0.1.7",
"base-64": "^0.1.0",
"chalk": "^1.1.0",
"cli-table": "^0.3.1",
"nativescript-app-sync-sdk": "~1.0.1",
"email-validator": "^1.0.3",
"gradle-to-js": "^1.0.1",
"jsonwebtoken": "^8.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.21.0",
"opener": "^1.4.1",
"parse-duration": "0.1.1",
"plist": "^3.0.1",
"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": "^5.7.0",
"simctl": "0.0.9",
"slash": "1.0.0",
"update-notifier": "^2.5.0",
"which": "^1.2.7",
"wordwrap": "1.0.0",
"xml2js": "^0.4.16",
"yargs": "^6.5.0",
"yazl": "^2.4.1"
},
"devDependencies": {
"@types/node": "^12.0.0"
}
}