mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
26 lines
480 B
JSON
26 lines
480 B
JSON
{
|
|
"type": "npm",
|
|
"alias": "cloudcmd",
|
|
"env": {
|
|
"cloudcmd_config_dialog": false,
|
|
"cloudcmd_terminal": true,
|
|
"cloudcmd_terminal_path": "gritty"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"server",
|
|
".babelrc",
|
|
"css",
|
|
"font",
|
|
"favicon.ico",
|
|
"client",
|
|
"common",
|
|
"html",
|
|
"tmpl",
|
|
"img",
|
|
"modules",
|
|
"webpack.config.js",
|
|
"json",
|
|
"HELP.md"
|
|
]
|
|
}
|