chore(now) v2

This commit is contained in:
coderaiser 2019-03-15 13:53:33 +02:00
parent f7134f6e2d
commit 6d8e58c5d8

View file

@ -1,6 +1,10 @@
{
"type": "npm",
"version": 2,
"alias": "cloudcmd",
"builds": [{
"src": "bin/cloudcmd.js",
"use": "@now/node-server"
}],
"env": {
"cloudcmd_config_dialog": "true",
"cloudcmd_config_auth": "false",
@ -14,29 +18,5 @@
"cloudcmd_export_token": "hello",
"cloudcmd_name": "Cloud Commander - Now",
"cloudcmd_open": "false"
},
"engines": {
"node": "8"
},
"files": [
"bin",
"server",
".babelrc",
".madrun.js",
"css",
"font",
"favicon.ico",
"client",
"common",
"html",
"tmpl",
"img",
"man",
"modules",
".webpack",
"webpack.config.js",
"cssnano.config.js",
"json",
"HELP.md"
]
}
}