forked from zhouhua/bce-bos-uploader
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "@baiducloud/bos-uploader",
"version": "1.4.0-rc.0",
"description": "Baidu Object Storage Uploader",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha -C test",
"fecs": "fecs src test index.js",
"clean": "rm -rf dist && mkdir dist",
"pack": "npm run clean && node_modules/.bin/browserify index.js -d -s baidubce -t es3ify -p bundle-collapser/plugin -o dist/bce-bos-uploader.bundle.js",
"minify": "google-closure-compiler --js dist/bce-bos-uploader.bundle.js | uglifyjs --compress --mangle -o dist/bce-bos-uploader.bundle.min.js",
"publish:bos": "node ./publish/publish.js"
},
"repository": {
"type": "git",
"url": "https://github.com/baidubce/bce-bos-uploader.git"
},
"authors": [
"leeight <[email protected]>",
"木休大人 <[email protected]>"
],
"license": "ISC",
"dependencies": {
"@baiducloud/sdk": "^1.0.0-rc.4",
"async": "^2.6.1",
"debug": "^3.1.0",
"spark-md5": "^3.0.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"browserify": "10.2.6",
"bundle-collapser": "^1.3.0",
"es3ify": "^0.2.2",
"expect.js": "^0.3.1",
"fs-walk": "0.0.2",
"google-closure-compiler": "^20180610.0.2",
"http-proxy": "^1.17.0",
"mocha": "^5.2.0",
"uglify-js": "^3.4.2"
}
}