cloudcmd/bower.json
2015-12-10 10:33:40 -05:00

44 lines
881 B
JSON

{
"name": "cloudcmd",
"version": "5.0.3",
"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",
"jquery": "~2.1.4",
"menu": "~0.7.9",
"promise-polyfill": "~2.1.0",
"rendy": "~1.1.0",
"emitify": "~1.3.0",
"execon": "~1.2.8",
"philip": "~1.3.1",
"smalltalk": "~1.6.4"
}
}