-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 923 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
37
38
39
{
"name": "abu-redux-middleware",
"version": "0.1.1",
"description": "Redux middleware for azure-block-upload",
"main": "lib/index.js",
"scripts": {
"prepublish": "babel src --out-dir lib",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volumenetwork/azure-block-upload.git"
},
"keywords": [
"azure",
"blob",
"block",
"sas",
"redux",
"middleware"
],
"author": "Volume Network",
"license": "MIT",
"bugs": {
"url": "https://github.com/volumenetwork/azure-block-upload/issues"
},
"homepage": "https://github.com/volumenetwork/azure-block-upload#readme",
"dependencies": {
"azure-block-upload": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"babel-jest": "^26.0.1",
"jest": "^26.0.1"
}
}