PluginProbe ʕ •ᴥ•ʔ
File Manager Pro – Filester / 2.0
File Manager Pro – Filester v2.0
2.1.1 trunk 1.6.1 1.7.6 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 2.0 2.0.1 2.0.2 2.1.0
filester / includes / File_manager / lib / bower.json
filester / includes / File_manager / lib Last commit date
css 9 months ago files 9 months ago img 9 months ago jquery 9 months ago js 9 months ago php 9 months ago sounds 9 months ago Changelog 9 months ago LICENSE.md 9 months ago README.md 9 months ago bower.json 9 months ago composer.json 9 months ago main.default.js 9 months ago package.json 9 months ago
bower.json
29 lines
1 {
2 "name": "elfinder",
3 "authors": [
4 "Dmitry \"dio\" Levashov <dio@std42.ru>",
5 "Troex Nevelin <troex@fury.scancode.ru>",
6 "Alexey Sukhotin <strogg@yandex.ru>",
7 "Naoki Sawada <hypweb@gmail.com>"
8 ],
9 "description": "Open-source file manager for web, written in JavaScript using jQuery and jQuery UI.",
10 "dependencies": {
11 "jquery": "1.8.0 - 3",
12 "jquery-ui": "^1.9.x"
13 },
14 "keywords": [
15 "filemanager",
16 "jquery",
17 "jquery-ui",
18 "javascript",
19 "php"
20 ],
21 "license": "BSD-3-Clause",
22 "homepage": "https://github.com/Studio-42/elFinder",
23 "ignore": [
24 "**/.*",
25 "jquery",
26 "php"
27 ]
28 }
29