cloudcmd/bower.json
2015-04-24 11:59:44 -04:00

30 lines
602 B
JSON

{
"name": "cloudcmd",
"version": "2.7.1",
"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.3",
"menu": "~0.7.8",
"promise-polyfill": "~2.0.0",
"format-io": "~0.9.6"
}
}