mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
93 lines
2.1 KiB
JSON
93 lines
2.1 KiB
JSON
{
|
|
"name": "cloudcmd",
|
|
"version": "4.7.4",
|
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
"description": "Cloud Commander orthodox web file manager with console and editor",
|
|
"homepage": "http://cloudcmd.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coderaiser/cloudcmd.git"
|
|
},
|
|
"keywords": [
|
|
"console",
|
|
"editor",
|
|
"file",
|
|
"file manager",
|
|
"folder",
|
|
"orthodox"
|
|
],
|
|
"bin": {
|
|
"cloudcmd": "bin/cloudcmd.js"
|
|
},
|
|
"scripts": {
|
|
"bower": "bower",
|
|
"bupdate": "bupdate",
|
|
"gulp": "gulp",
|
|
"nupdate": "nupdate",
|
|
"start": "node bin/cloudcmd.js",
|
|
"test": "gulp default",
|
|
"wisdom": "gulp release",
|
|
"yaspeller": "yaspeller ."
|
|
},
|
|
"directories": {
|
|
"man": "man"
|
|
},
|
|
"subdomain": "cloudcmd",
|
|
"dependencies": {
|
|
"chalk": "~1.1.0",
|
|
"checkup": "~1.3.0",
|
|
"console-io": "~2.3.0",
|
|
"copymitter": "~1.8.0",
|
|
"dword": "~2.4.0",
|
|
"edward": "~2.4.0",
|
|
"execon": "~1.2.0",
|
|
"express": "~4.13.0",
|
|
"faust": "~1.0.0",
|
|
"files-io": "~1.2.0",
|
|
"flop": "~1.3.0",
|
|
"format-io": "~0.9.6",
|
|
"http-auth": "~2.2.3",
|
|
"ishtar": "~1.2.0",
|
|
"jaguar": "~1.1.0",
|
|
"join-io": "~1.4.0",
|
|
"jonny": "~1.0.0",
|
|
"markdown-it": "~5.0.0",
|
|
"mellow": "~2.0.0",
|
|
"minify": "~2.0.0",
|
|
"minimist": "~1.2.0",
|
|
"mollify": "~1.0.0",
|
|
"os-homedir": "~1.0.0",
|
|
"package-json": "~2.2.0",
|
|
"pipe-io": "~1.2.0",
|
|
"ponse": "~1.4.0",
|
|
"readjson": "~1.1.0",
|
|
"remedy": "~1.2.0",
|
|
"rendy": "~1.1.0",
|
|
"restafary": "~1.5.0",
|
|
"socket.io": "~1.3.7",
|
|
"spero": "~1.2.0",
|
|
"try-catch": "~1.0.0",
|
|
"tryrequire": "~1.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "^1.5.3",
|
|
"bupdate": "^1.0.4",
|
|
"gulp": "^3.9.0",
|
|
"gulp-jscs": "^3.0.0",
|
|
"gulp-jshint": "^1.11.0",
|
|
"gulp-mocha": "~2.1.0",
|
|
"gulp-recess": "~1.1.1",
|
|
"minor": "~1.2.2",
|
|
"morgan": "~1.6.0",
|
|
"nupdate": "~1.0.11",
|
|
"place": "~1.1.2",
|
|
"shortdate": "~1.0.1",
|
|
"should": "^7.0.1",
|
|
"yaspeller": "~2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"license": "MIT",
|
|
"main": "lib/cloudcmd.js"
|
|
}
|