cloudcmd/package.json
2014-04-22 11:40:59 -04:00

42 lines
1.1 KiB
JSON

{
"name": "cloudcmd",
"version": "0.8.3",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Cloud Commander web based orthodox 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": "gulp default",
"start": "cloudcmd.js"
},
"subdomain": "cloudcmd",
"dependencies": {
"dropbox": "0.10.2",
"minify": "0.3.1",
"socket.io": "0.9.16",
"express": "~4.0.0",
"morgan": "~1.0.0",
"http-auth": "2.1.x",
"rimraf": "~2.2.6",
"mkdirp": "~0.3.5",
"marked": "~0.3.2"
},
"devDependencies": {
"gulp": "3.6.x",
"gulp-jshint": "1.5.x",
"gulp-recess": "0.3.x",
"gulp-stylestats":"0.2.x",
"gulp-concat": "2.2.x"
},
"license": "MIT",
"engines": {
"node": ">=0.4.x"
},
"main": "cloudcmd.js"
}