1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "name": "jquery.filer",
| "version": "1.0.5",
| "main": "js/jquery.filer.min.js",
| "ignore": [
| "**/.*",
| "bower_components",
| "test"
| ],
| "homepage": "https://filer.grandesign.md/",
| "authors": [
| "CreativeDream <yuliangagarin@mail.ru>"
| ],
| "description": "Simple HTML5 File Uploader, a plugin tool for jQuery which change completely File Input and make it with multiple file selection, drag&drop support, different validations, thumbnails, icons, instant upload, print-screen upload and many other features and options.",
| "license": "MIT",
| "dependencies": {
| "jquery": ">= 1.7.2"
| }
| }
|
|