-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "js-mass-upload",
"version": "0.2.0",
"description": "Create upload UIs for thousands of files and gigabytes of data",
"main": "js-mass-upload.js",
"repository": {
"type": "git",
"url": "https://github.com/overview/js-mass-upload"
},
"keywords": [
"mass",
"upload",
"file",
"blob",
"ui"
],
"author": "The Overview Project <adam@adamhooper.com>",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"readmeFilename": "README.md",
"devDependencies": {
"backbone": "^1.1.2",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"coffee-script": "^1.9.2",
"coffeeify": "^3.0.1",
"coffeescript": "^2.4.1",
"electron": "^6.0.12",
"gulp": "^4.0.2",
"gulp-derequire": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^1.0.0",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.4",
"jquery": "^3.4.1",
"karma": "^4.3.0",
"karma-browserify": "^6.1.0",
"karma-chai": "^0.1.0",
"karma-electron": "^6.3.0",
"karma-mocha": "^1.3.0",
"mocha": "^6.2.1",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"underscore": "^1.8.3",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {}
}