mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
31 lines
808 B
JSON
31 lines
808 B
JSON
{
|
|
"name": "cloudcmd",
|
|
"version": "0.5.0",
|
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
"description": "Cloud Commander - file manager with console and editor",
|
|
"homepage": "http://cloudcmd.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coderaiser/cloudcmd.git"
|
|
},
|
|
"bin": {
|
|
"cloudcmd": "./bin/cloudcmd"
|
|
},
|
|
"scripts": {
|
|
"test": "sh ./test/test.sh",
|
|
"start": "cloudcmd.js"
|
|
},
|
|
"subdomain": "cloudcmd",
|
|
"dependencies": {
|
|
"dropbox": "0.10.2",
|
|
"minify": "0.2.2",
|
|
"socket.io": "0.9.16",
|
|
"express": "3.4.2"
|
|
},
|
|
"devDependencies": {},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.x"
|
|
},
|
|
"main": "cloudcmd.js"
|
|
}
|