mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
29 lines
569 B
JSON
29 lines
569 B
JSON
{
|
|
"name": "cloudcmd",
|
|
"homepage": "https://github.com/coderaiser/cloudcmd",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "orthodox web file manager with console and editor",
|
|
"main": "bin/cloudcmd.js",
|
|
"keywords": [
|
|
"file",
|
|
"orthodox",
|
|
"file",
|
|
"manager"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"node_modules",
|
|
"modules",
|
|
"test"
|
|
],
|
|
"dependencies": {
|
|
"ace-builds": "~1.1.8",
|
|
"fancybox": "~2.1.5",
|
|
"jquery": "~2.1.3",
|
|
"menu": "~0.7.5",
|
|
"pako": "~0.2.5"
|
|
}
|
|
}
|