cloudcmd/package.json
2015-05-14 02:59:41 -04:00

83 lines
1.9 KiB
JSON

{
"name": "cloudcmd",
"version": "2.7.1",
"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": [
"file manager",
"orthodox",
"file",
"folder",
"console",
"editor"
],
"bin": {
"cloudcmd": "bin/cloudcmd.js",
"iocmd": "bin/iocmd.js"
},
"scripts": {
"test": "gulp default",
"start": "node bin/cloudcmd.js",
"gulp": "gulp",
"yaspeller": "yaspeller .",
"wisdom": "gulp release",
"bower": "bower"
},
"directories": {
"man": "man"
},
"subdomain": "cloudcmd",
"dependencies": {
"checkup": "~1.0.3",
"console-io": "~2.2.0",
"copymitter": "~1.8.0",
"dword": "~1.5.0",
"edward": "~1.6.0",
"execon": "~1.1.0",
"express": "~4.12.0",
"faust": "~1.0.0",
"files-io": "~1.2.0",
"flop": "~1.0.25",
"format-io": "~0.9.6",
"http-auth": "~2.2.3",
"jag": "~1.0.0",
"join-io": "~1.3.0",
"jonny": "~1.0.0",
"markdown-it": "~4.2.0",
"mellow": "~1.3.0",
"minify": "~1.4.0",
"minimist": "~1.1.0",
"mollify": "~1.0.0",
"pipe-io": "~1.1.1",
"ponse": "~1.3.0",
"rendy": "~1.0.2",
"restafary": "~1.2.0",
"socket.io": "~1.3.5",
"try-catch": "~1.0.0",
"tryrequire": "~1.1.5"
},
"devDependencies": {
"bower": "~1.4.1",
"gulp": "~3.8.0",
"gulp-jscs": "~1.6.0",
"gulp-jshint": "~1.10.0",
"gulp-mocha": "~2.0.0",
"gulp-recess": "~1.1.1",
"minor": "~1.2.2",
"morgan": "~1.5.0",
"place": "~1.1.2",
"shortdate": "~1.0.1",
"should": "~6.0.1",
"yaspeller": "~2.2.0"
},
"engines": {
"node": ">=0.10"
},
"license": "MIT",
"main": "lib/cloudcmd.js"
}