-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 915 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": "gulp-alioss",
"version": "0.1.3",
"description": "A plugin for Gulp that uploads files to Aliyun OSS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wefound/gulp-alioss"
},
"engines": {
"node": "*"
},
"dependencies": {
"gulp-util": "~2.2.9",
"minimatch": "^2.0.4",
"moment": "~2.7.0",
"through2": "~0.4.0",
"q": "~1.0.0",
"aliyun-sdk": "~1.3.5"
},
"keywords": [
"gulp",
"plugin",
"aliyun",
"oss"
],
"author": "junqiang <mail@junqiang.wang> (http://junqiang.wang)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wefound/gulp-alioss/issues"
},
"homepage": "https://github.com/wefound/gulp-alioss"
}