This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
forked from moxiecode/plupload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.89 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
{
"name": "plupload",
"description": "Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.",
"keywords": [
"fileuploader",
"upload",
"chunk",
"image",
"resize",
"crop",
"orientation",
"JavaScript",
"HTML5",
"Flash",
"Silverlight",
"moxie"
],
"version": "2.3.6",
"releaseDate": "2017-11-03",
"author": "Ephox",
"contributors": [{
"name": "Davit Barbakadze",
"email": "[email protected]"
}],
"main": "./js/plupload.full.min",
"homepage": "http://plupload.com",
"repository": {
"type": "git",
"url": "https://github.com/moxiecode/plupload.git"
},
"bugs": {
"url": "https://github.com/moxiecode/plupload/issues"
},
"licenses": [{
"type": "AGPLv3",
"url": "https://github.com/moxiecode/plupload/blob/master/license.txt"
}, {
"type": "Single Website",
"url": "http://plupload.com/license/plupload_commercial_single.txt"
}, {
"type": "OEM",
"url": "http://plupload.com/license/plupload_commercial_oem.txt"
}, {
"type": "Custom Licensing",
"url": "http://www.moxiecode.com/contact.php"
}],
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"jake": "0.5.x",
"glob": "3.2.x",
"jshint": "2.1.x",
"yuidocjs": "0.3.x",
"handlebars": "1.0.x",
"moxie-zip": "0.0.x",
"fileset": "0.1.x",
"coverjs": "0.0.x",
"bunyip": "https://github.com/jayarjo/bunyip/tarball/master",
"dateformat": "1.x",
"request": "2.25.x",
"async": "0.2.x"
}
}