-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 872 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
{
"name": "ghost-qcloud-cos",
"version": "2.0.3",
"description": "This Ghost custom storage module allows you to store media file with Tencent Cloud OSS instead of storing at local machine.",
"main": "index.js",
"dependencies": {
"cos-nodejs-sdk-v5": "^2.11.9",
"ghost-storage-base": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZhelinCheng/ghost-qcloud-cos.git"
},
"keywords": [
"ghost-storage-adapter",
"ghost",
"ghost storage",
"腾讯云对象存储",
"cos",
"qcloud"
],
"author": "ZhelinCheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZhelinCheng/ghost-qcloud-cos/issues"
},
"homepage": "https://github.com/ZhelinCheng/ghost-qcloud-cos#readme"
}