forked from FineUploader/fine-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.55 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
67
68
{
"name": "@bitcine/fine-uploader",
"title": "Fine Uploader",
"main": "lib/traditional.js",
"types": "typescript/fine-uploader.d.ts",
"version": "6.0.2",
"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/BitCine/fine-uploader.git"
},
"author": "Ray Nicholus",
"contributors": [
{
"name": "Ray Nicholus",
"url": "http://raynicholus.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BitCine/fine-uploader/issues"
},
"devDependencies": {
"clean-css-cli": "4.0.8",
"jscs": "3.0.7",
"jshint": "2.9.4",
"karma": "1.5.0",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.3.0",
"karma-spec-reporter": "0.0.30",
"mocha": "3.2.0",
"node-static": "0.7.9",
"pica": "2.0.8",
"uglify-js": "2.8.3"
},
"scripts": {
"build": "make clean; make build-all-ui",
"lint": "make lint",
"start": "make start-local-dev",
"test": "make -i lint && make test"
}
}