cloudcmd/now.json
2018-07-20 14:15:37 +03:00

31 lines
577 B
JSON

{
"type": "npm",
"alias": "cloudcmd",
"env": {
"cloudcmd_config_dialog": "false",
"cloudcmd_terminal": "true",
"cloudcmd_terminal_path": "gritty"
},
"engines": {
"node": "8"
},
"files": [
"bin",
"server",
".babelrc",
"css",
"font",
"favicon.ico",
"client",
"common",
"html",
"tmpl",
"img",
"modules",
".webpack",
"webpack.config.js",
"cssnano.config.js",
"json",
"HELP.md"
]
}