cloudcmd/now.json
2017-08-16 10:33:20 +03:00

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"
]
}