forked from FineUploader/fine-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.11 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
82
83
{
"name": "fineuploader",
"title": "Fine Uploader",
"version": "4.2.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",
"grunt-banner": "~0.2.0",
"grunt-bower-task": "0.3.2",
"grunt-coffeelint": "0.0.7",
"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.7.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-karma": "~0.6.2",
"grunt-open": "~0.2.2",
"grunt-shell": "~0.3.1",
"grunt-strip-code": "~0.1.2",
"grunt-version": "~0.2.2",
"karma-mocha": "~0.1.0",
"karma-slimerjs-launcher": "~0.1.2",
"karma-opera-launcher": "~0.1.0",
"karma-safari-launcher": "~0.1.1",
"karma-ievms": "0.0.4"
},
"dependencies": {
"bower": "1.2.5",
"coffee-script": "~1.6.3",
"glob": "~3.2.6",
"grunt": "~0.4.1",
"karma": "~0.10.9",
"optimist": "~0.6.0",
"request": "~2.21.0",
"semver": "2.0.x",
"underscore": "~1.5.2",
"uuid": "~1.4.1"
},
"license": "GPLv3"
}