forked from WalktheChat/skipper-aliyunoss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "@walkthechat/skipper-aliyunoss",
"version": "0.1.2",
"description": "Streaming file uploads to Aliyun OSS",
"main": "index.js",
"scripts": {
"test": "node -e \"require('skipper-adapter-tests')({mocha: { timeout: 360000 }, module: require('./'), bucket:process.env.BUCKET || 'skipper-adapter-tests', key: process.env.KEY, secret: process.env.SECRET});\""
},
"repository": {
"type": "git",
"url": "git://github.com/WalktheChat/skipper-aliyunoss.git"
},
"keywords": [
"aliyun",
"aliyun-oss",
"streaming-file-upload",
"streaming",
"file",
"upload",
"sails",
"express"
],
"author": "Mike McNeil // Qiong Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/WalktheChat/skipper-aliyunoss/issues"
},
"homepage": "https://github.com/WalktheChat/skipper-aliyunoss",
"devDependencies": {
"skipper-adapter-tests": "~1.5.8"
},
"dependencies": {
"ali-oss": "^4.10.1",
"co": "^4.6.0",
"concat-stream": "1.6.0",
"fs-extra": "0.30.0",
"lodash": "4.17.13",
"merge-defaults": "0.1.4",
"mime": "2.3.1"
},
"optionalDependencies": {
"travis-encrypt": "^2.1.1"
}
}