forked from moxiecode/moxie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.51 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": "moxie",
"description": "Custom implementations of the XHR2 and File API.",
"version": "1.2.0",
"releaseDate": "2014-01-16",
"author": "Moxiecode Systems AB <[email protected]>",
"contributors": [{
"name": "Davit Barbakadze",
"email": "[email protected]"
}],
"homepage": "https://github.com/moxiecode/moxie/",
"repository": {
"type": "git",
"url": "https://github.com/moxiecode/moxie.git"
},
"bugs": {
"url": "https://github.com/moxiecode/moxie/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"
}],
"private": true,
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"jake": "0.5.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"
}
}