-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 875 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
{
"name": "gulp-oss-sync",
"version": "2.0.1",
"description": "A gulp plugin to sync files with Aliyun OSS",
"main": "index.js",
"scripts": {
"test": "gulp --gulpfile test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BigMurry/gulp-oss-sync.git"
},
"keywords": [
"oss",
"gulp",
"aliyun",
"ali-oss"
],
"author": "BigMurry <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BigMurry/gulp-oss-sync/issues"
},
"homepage": "https://github.com/BigMurry/gulp-oss-sync#readme",
"dependencies": {
"ali-oss": "^6.16.0",
"ansi-colors": "^4.1.1",
"cli-spinner": "^0.2.10",
"co": "^4.6.0",
"fancy-log": "^1.3.3",
"mime": "^3.0.0",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"gulp": "^4.0.2"
}
}