mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
36 lines
762 B
JSON
36 lines
762 B
JSON
{
|
|
"name": "cloudcmd",
|
|
"version": "4.3.2",
|
|
"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": {
|
|
"fancybox": "~2.1.5",
|
|
"jquery": "~2.1.4",
|
|
"format-io": "~0.9.6",
|
|
"rendy": "~1.1.0",
|
|
"github": "~0.10.6",
|
|
"vk-openapi": "~0.0.1",
|
|
"domtokenlist-shim": "~1.1.0",
|
|
"promise-polyfill": "~2.1.0",
|
|
"emitify": "~1.2.0",
|
|
"philip": "~1.3.0",
|
|
"menu": "~0.7.9"
|
|
}
|
|
}
|