{ "name": "cloudcmd", "version": "5.0.3", "author": "coderaiser (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", "view", "copy", "rename", "move", "delete", "file operation" ], "bin": { "cloudcmd": "bin/cloudcmd.js" }, "config": { "dirs": "bin lib test" }, "scripts": { "start": "node bin/cloudcmd.js", "test": "npm-run-all --parallel lint:* codestyle spell mocha", "lint:css": "recess css/*.css", "lint:js": "jshint $npm_package_config_dirs", "codestyle": "jscs --esnext $npm_package_config_dirs", "mocha": "mocha test/lib", "spell": "yaspeller .", "wisdom": "bin/release.js" }, "directories": { "man": "man" }, "subdomain": "cloudcmd", "dependencies": { "chalk": "~1.1.0", "checkup": "~1.3.0", "console-io": "~2.5.0", "copymitter": "~1.8.0", "dword": "~2.7.0", "edward": "~2.7.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.3.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": { "jscs": "^2.7.0", "jshint": "^2.8.0", "minor": "^1.2.2", "mocha": "^2.3.4", "morgan": "^1.6.1", "npm-run-all": "^1.4.0", "place": "^1.1.4", "recess": "^1.1.9", "shortdate": "^1.0.1", "should": "^8.0.0", "yaspeller": "^2.6.0" }, "engines": { "node": ">=0.10" }, "license": "MIT", "main": "lib/cloudcmd.js" }