cloudcmd/bower.json
2016-12-05 17:10:01 +02:00

47 lines
950 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": [
"console",
"editor",
"file",
"file manager",
"folder",
"orthodox",
"view",
"copy",
"rename",
"move",
"delete",
"file operation"
],
"license": "MIT",
"private": true,
"ignore": [
"node_modules",
"modules",
"test"
],
"dependencies": {
"domtokenlist-shim": "~1.1.0",
"fancybox": "~2.1.5",
"format-io": "~0.9.6",
"rendy": "~1.1.0",
"execon": "~1.2.8",
"emitify": "~2.1.1",
"findit": "^1.1.5",
"menu": "~1.0.2",
"olark": "^1.0.0",
"philip": "^1.3.3",
"jonny": "1.0.1",
"promise-polyfill": "6.0.2",
"smalltalk": "2.1.3",
"jquery": "3.1.1",
"currify": "2.0.3"
}
}