mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
21 lines
532 B
JSON
21 lines
532 B
JSON
{
|
|
"name": "cloudcmd",
|
|
"description": "Cloud Commander orthodox web file manager with console and editor",
|
|
"repository": "https://github.com/coderaiser/cloudcmd",
|
|
"logo": "http://cloudcmd.io/img/logo/cloudcmd.png",
|
|
"keywords": [
|
|
"console",
|
|
"editor",
|
|
"file",
|
|
"file manager",
|
|
"folder",
|
|
"orthodox"
|
|
],
|
|
"env": {
|
|
"NPM_CONFIG_PRODUCTION": {
|
|
"description": "Keep false to install devDependencies and build frontend",
|
|
"value": "false",
|
|
"required": false
|
|
}
|
|
}
|
|
}
|