forked from jinphen/upyun_cdn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 707 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 707 Bytes
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
{
"name": "cdn-up",
"version": "0.0.6",
"description": "upyun cdn upload",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liaoyu/cdn-up.git"
},
"keywords": [
"upyun",
"cdn",
"upload"
],
"author": "gxuezhao@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/liaoyu/cdn-up/issues"
},
"homepage": "https://github.com/liaoyu/cdn-up#readme",
"dependencies": {
"gulp-util": "^3.0.7",
"mime": "^1.3.4",
"q": "^1.4.1",
"should": "^7.1.1",
"through2": "^2.0.0",
"through2-concurrent": "^1.1.0",
"upyun": "^1.1.3",
"vinyl-fs": "^2.2.1"
}
}