mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"name": "cloudcmd",
|
|
"version": "0.0.1-11",
|
|
"scripts": {
|
|
"test": "sh test/test.sh",
|
|
"start": "server.js"
|
|
},
|
|
"engines": {
|
|
"node": "0.6.x"
|
|
},
|
|
"node": "0.8.1",
|
|
"subdomain": "cloudcmd"
|
|
}
|