css
2 years ago
files
2 years ago
img
2 years ago
jquery
2 years ago
js
2 years ago
php
2 years ago
sounds
2 years ago
themes
2 years ago
.gitignore
2 years ago
Changelog
2 years ago
LICENSE.md
2 years ago
README.md
2 years ago
bower.json
2 years ago
composer.json
2 years ago
elfinder.html
2 years ago
elfinder.legacy.html
2 years ago
index.php
2 years ago
main.default.js
2 years ago
package.json
2 years 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 |