forked from FineUploader/fine-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.06 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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "fineuploader",
"title": "Fine Uploader",
"version": "5.1.0-6",
"description": "Multiple file upload component with progress-bar, drag-and-drop, support for all modern browsers.",
"main": "./fine-uploader/js/fineuploader.js",
"maintainers": [
"Ray Nicholus <[email protected]>",
"Mark Feltner <[email protected]>"
],
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "grunt test",
"docs": "make docs",
"build": "make build"
},
"keywords": [
"upload",
"file",
"chunking",
"file-uploader"
],
"repository": {
"type": "git",
"url": "git://github.com/Widen/fine-uploader.git"
},
"author": "Widen Enterprises, Inc.",
"licenses": [
{
"type": "GPL 3",
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"
},
{
"type": "Widen Commerical License",
"url": "http://fineuploader.com/downloads.html"
}
],
"bugs": {
"url": "https://github.com/Widen/fine-uploader/issues"
},
"devDependencies": {},
"dependencies": {
"async": "0.2.9",
"glob": "3.2.6",
"grunt": "^0.4.5",
"grunt-banner": "0.2.0",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-compress": "0.5.2",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-jshint": "0.7.1",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-watch": "0.4.4",
"grunt-karma": "0.6.2",
"grunt-nodestatic": "0.1.2",
"grunt-open": "0.2.2",
"grunt-s3": "^0.2.0-alpha.3",
"grunt-shell": "0.3.1",
"grunt-strip-code": "0.1.2",
"grunt-version": "0.2.2",
"karma": "0.10.10",
"karma-firefox-launcher": "0.1.2",
"karma-ievms": "0.0.4",
"karma-mocha": "0.1.0",
"karma-opera-launcher": "0.1.0",
"karma-safari-launcher": "0.1.1",
"karma-spec-reporter": "0.0.13",
"optimist": "0.6.0",
"request": "2.21.0",
"semver": "2.0.x",
"time-grunt": "^1.0.0",
"underscore": "1.5.2",
"uuid": "1.4.1",
"grunt-jscs": "^0.7.1"
},
"license": "GPLv3"
}