mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
41 lines
977 B
JSON
41 lines
977 B
JSON
{
|
|
"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",
|
|
"css",
|
|
"font",
|
|
"favicon.ico",
|
|
"client",
|
|
"common",
|
|
"html",
|
|
"tmpl",
|
|
"img",
|
|
"man",
|
|
"modules",
|
|
".webpack",
|
|
"webpack.config.js",
|
|
"cssnano.config.js",
|
|
"json",
|
|
"HELP.md"
|
|
]
|
|
}
|