forked from coderaiser/cloudcmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 926 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "cloudcmd",
"homepage": "https://github.com/coderaiser/cloudcmd",
"authors": [
"coderaiser <[email protected]>"
],
"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",
"jquery": "3.1.0",
"promise-polyfill": "6.0.0",
"jonny": "1.0.1",
"smalltalk": "2.1.2"
}
}