forked from webteks/backendless_schema_tools
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1020 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1020 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
{
"name": "@webteks/bact",
"version": "1.1.0",
"description": "Compararrison, Monitoring, and Sync tool for Backendless Apps",
"url": "https://github.com/webteks/backendless_schema_tools/issues",
"email": "support@webteks.com",
"bin": {
"bact": "./bin/backendless_compare"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WebTeks",
"license": "MIT",
"dependencies": {
"ansi-escape-sequences": "^4.0.0",
"axios": "^0.18.1",
"axios-debug-log": "^0.6.2",
"chalk": "^2.3.1",
"cli-table": "^0.3.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^4.1.0",
"lodash": "^4.17.19"
},
"main": "none",
"repository": {
"type": "git",
"url": "git+https://github.com/webteks/backendless_schema_tools.git"
},
"keywords": [
"backendless"
],
"bugs": {
"url": "https://github.com/webteks/backendless_schema_tools/issues"
},
"homepage": "https://github.com/webteks/backendless_schema_tools#readme"
}