mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"name": "cloudcmd",
|
|
"version": "0.8.4",
|
|
"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",
|
|
"express": "4.4.x",
|
|
"http-auth": "2.1.x",
|
|
"marked": "~0.3.2",
|
|
"minify": "~0.6.x",
|
|
"mkdirp": "~0.5.0",
|
|
"morgan": "~1.1.x",
|
|
"rimraf": "~2.2.6",
|
|
"socket.io": "~1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "3.6.x",
|
|
"gulp-concat": "2.2.x",
|
|
"gulp-jshint": "1.6.x",
|
|
"gulp-mocha": "^0.4.1",
|
|
"gulp-recess": "0.3.x",
|
|
"should": "^3.3.1"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.x"
|
|
},
|
|
"main": "cloudcmd.js"
|
|
}
|