-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
52 lines (52 loc) · 1.07 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
45
46
47
48
49
50
51
52
{
"name": "wecos",
"version": "2.0.3",
"description": "Tencent Qcloud COS about node utilities for wxapp minify.",
"keywords": [
"cos",
"wxapp",
"minify"
],
"main": "index.js",
"scripts": {
"test": "cd test && node index.js",
"test-config-file": "cd test && node test-config-file.js",
"test-config-option": "cd test && node test-config-option.js"
},
"bin": {
"wecos": "./bin/wecos.js"
},
"homepage": "https://github.com/tencentyun/wecos",
"bugs": "https://github.com/tencentyun/wecos/issues",
"repository": {
"type": "git",
"url": "https://github.com/tencentyun/wecos.git"
},
"author": {
"name": "carsonxu"
},
"maintainers": [
{
"name": "carsonxu"
},
{
"name": "galen-yip",
"email": "[email protected]"
},
{
"name": "yinshawnrao"
}
],
"engines": {
"node": ">=0.9"
},
"license": "MIT",
"dependencies": {
"cos-nodejs-sdk-v5": "^2.4.9",
"glob": "^7.1.1",
"lodash": "^4.17.4",
"ora": "^0.4.0",
"request": "^2.79.0",
"watch": "^1.0.1"
}
}