forked from bbouffaut/jQuery-filer_addons
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.21 KB
/
package.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": "jquery.filer",
"version": "1.0.5",
"title": "jQuery.filer - Simple HTML5 file uploader plugin tool for jQuery.",
"description": "jQuery.filer - 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.",
"keywords": [
"jquery",
"jquery-plugin",
"jquery.filer",
"file",
"upload",
"widget",
"plugin",
"multiple",
"selection",
"drag",
"drop",
"progress",
"preview",
"thumbnails",
"resume",
"php",
"bootstrap"
],
"homepage": "https://filer.grandesign.md",
"author": {
"name": "CreativeDream",
"url": "https://github.com/CreativeDream/"
},
"maintainers": [
{
"name": "Creative Dream",
"url": "https://github.com/CreativeDream/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/CreativeDream/jquery.filer.git"
},
"bugs": "https://github.com/CreativeDream/jquery.filer/issues",
"license": "MIT",
"main": "js/jquery.filer.js",
"devDependencies": {
"bower-json": "0.6.0"
}
}