forked from FineUploader/fine-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 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
{
"name": "fineuploader",
"title": "Fine Uploader",
"version": "3.9.1",
"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": {
"async": "~0.2.9",
"bower": "~1.2.5",
"coffee-script": "~1.6.3",
"glob": "~3.2.6",
"grunt": "~0.4.1",
"grunt-banner": "~0.1.4",
"grunt-bower-task": "~0.3.1",
"grunt-concurrent": "~0.3.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-karma": "~0.6.2",
"grunt-mocha-webdriver": "~0.9.3",
"grunt-open": "~0.2.2",
"grunt-saucelabs": "git://github.com/feltnerm/grunt-saucelabs.git",
"grunt-shell": "~0.3.1",
"grunt-version": "~0.2.2",
"karma": "~0.10.2",
"karma-mocha": "~0.1.0",
"karma-sauce-launcher": "~0.1.0",
"karma-slimerjs-launcher": "~0.1.2",
"request": "~2.21.0",
"semver": "2.0.x",
"wd": "git://github.com/admc/wd.git"
},
"dependencies": {},
"license": "GPLv3"
}