forked from coderaiser/cloudcmd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnow.json
More file actions
44 lines (44 loc) · 1.01 KB
/
now.json
File metadata and controls
44 lines (44 loc) · 1.01 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
{
"version": 1,
"type": "npm",
"alias": "cloudcmd",
"env": {
"cloudcmd_config_dialog": "true",
"cloudcmd_config_auth": "false",
"cloudcmd_terminal": "true",
"cloudcmd_terminal_path": "gritty",
"cloudcmd_import": "true",
"cloudcmd_import_listen": "true",
"cloudcmd_import_token": "hello",
"cloudcmd_import_url": "https://cloudcmd.herokuapp.com",
"cloudcmd_export": "true",
"cloudcmd_export_token": "hello",
"cloudcmd_name": "Cloud Commander - Now",
"cloudcmd_open": "false"
},
"engines": {
"node": "8"
},
"files": [
"bin",
"server",
".babelrc",
".madrun.js",
"css",
"font",
"favicon.ico",
"client",
"common",
"html",
"tmpl",
"img",
"man",
"modules",
"madrun.js",
".webpack",
"webpack.config.js",
"cssnano.config.js",
"json",
"HELP.md"
]
}