mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"name": "cloudcmd1",
|
|
"version": "0.0.1-10",
|
|
"scripts": {
|
|
"start": "server.js"
|
|
},
|
|
"engines": {
|
|
"node": "0.6.x"
|
|
},
|
|
"subdomain": "cloudcmd1",
|
|
"dependencies": {
|
|
"uglify-js": "*",
|
|
"html-minifier": "*",
|
|
"clean-css": "*"
|
|
}
|
|
}
|