forked from QubitProducts/gcs-browser-upload
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 931 Bytes
/
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
{
"name": "gcs-browser-upload",
"version": "2.0.0",
"description": "Resumable, chunked uploads to Google Cloud Storage from the browser",
"type": "module",
"exports": "./src/Upload.js",
"repository": {
"type": "git",
"url": "git+https://github.com/qubitdigital/gcs-browser-upload.git"
},
"author": "Qubit",
"license": "MIT",
"bugs": {
"url": "https://github.com/qubitdigital/gcs-browser-upload/issues"
},
"homepage": "https://github.com/qubitdigital/gcs-browser-upload#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"rollup": "^2.58.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"peerDependencies": {
"axios": "^1.1.3"
},
"dependencies": {
"debug": "^2.2.0",
"es6-error": "^2.1.0",
"es6-promise": "^3.1.2",
"spark-md5": "^2.0.2"
},
"files": [
"src",
"README.md"
]
}