forked from FineUploader/fine-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "fine-uploader",
"title": "Fine Uploader",
"main": "lib/traditional.js",
"version": "5.11.8",
"description": "Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 & Azure uploading, client-side image scaling, preview generation, form support, chunking, auto-resume, and tons of other features.",
"keywords": [
"amazon",
"api",
"aws",
"azure",
"chunk",
"chunking",
"cross-domain",
"cross-site",
"drag",
"drop",
"file",
"file-input",
"file-uploader",
"input",
"jquery",
"jquery-plugin",
"multiple",
"preview",
"progress",
"resume",
"s3",
"selection",
"upload",
"widget"
],
"repository": {
"type": "git",
"url": "git://github.com/FineUploader/fine-uploader.git"
},
"author": "Widen Enterprises, Inc.",
"contributors": [
{
"name": "Ray Nicholus",
"url": "http://raynicholus.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FineUploader/fine-uploader/issues"
},
"devDependencies": {
"clean-css": "3.4.19",
"jscs": "3.0.7",
"jshint": "2.9.2",
"karma": "1.1.2",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.1.1",
"karma-spec-reporter": "0.0.26",
"mocha": "3.0.1",
"node-static": "0.7.8 ",
"pica": "latest",
"uglify-js": "2.7.0"
},
"scripts": {
"build": "make clean; make build-all-ui",
"lint": "make lint",
"test": "make lint && make test"
}
}