forked from moxiecode/plupload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.72 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
{
"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.",
"version": "2.1.2",
"releaseDate": "2014-05-14",
"author": "Moxiecode Systems AB <support@moxiecode.com>",
"contributors": [{
"name": "Davit Barbakadze",
"email": "david@moxiecode.com"
}],
"homepage": "http://plupload.com",
"repository": {
"type": "git",
"url": "https://github.com/moxiecode/plupload.git"
},
"bugs": {
"url": "https://github.com/moxiecode/plupload/issues"
},
"licenses": [{
"type": "GPLv2",
"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"
},
"dependencies": {
"jake": "0.5.x",
"glob": "3.2.x",
"jshint": "2.1.x",
"yuidocjs": "0.3.x",
"handlebars": "1.0.x"
},
"devDependencies": {
"moxie-zip": "0.0.x",
"fileset": "0.1.x",
"uglify-js": "1.x",
"amdlc": "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"
}
}