cloudcmd/package.json
2014-11-12 08:50:03 -05:00

57 lines
1.3 KiB
JSON

{
"name": "cloudcmd",
"version": "1.4.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"
},
"scripts": {
"test": "gulp default",
"start": "node bin/cloudcmd.js"
},
"subdomain": "cloudcmd",
"dependencies": {
"console-io": "~1.9.0",
"dropbox": "0.10.x",
"express": "~4.10.0",
"fstream": "~1.0.2",
"http-auth": "2.1.x",
"js-beautify": "~1.5.4",
"marked": "~0.3.2",
"minify": "~1.1.0",
"mkdirp": "~0.5.0",
"nicki": "~1.2.0",
"rimraf": "~2.2.6",
"socket.io": "~1.2.0",
"tar": "~1.0.1"
},
"devDependencies": {
"changelog-io": "~1.2.1",
"gulp": "~3.8.x",
"gulp-jshint": "~1.8.4",
"gulp-mocha": "~1.1.0",
"gulp-recess": "~1.0.0",
"morgan": "~1.5.0",
"should": "~4.2.1",
"version-io": "~1.0.3"
},
"engines": {
"node": ">=0.6.x"
},
"license": "MIT",
"main": "lib/cloudcmd.js"
}