-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 735 Bytes
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
{
"name": "aliyun-oss-upload-stream",
"version": "1.3.0",
"description": "A Node.js module for streaming data to Aliyun oss via the multipart upload API",
"main": "./lib/aliyun-oss-upload-stream.js",
"scripts": {
"test": "mocha -t 10000 --recursive test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/berwin/aliyun-oss-upload-stream.git"
},
"keywords": [
"aliyun",
"oss",
"upload",
"pipe",
"stream"
],
"author": "Berwin",
"license": "MIT",
"bugs": {
"url": "https://github.com/berwin/aliyun-oss-upload-stream/issues"
},
"homepage": "https://github.com/berwin/aliyun-oss-upload-stream#readme",
"devDependencies": {
"aliyun-sdk": "^1.9.1"
}
}