forked from qiniu/js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
53
54
55
56
57
58
59
{
"name": "qiniu-js",
"jsName": "qiniu",
"version": "2.2.0",
"private": false,
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage AP",
"main": "dist/qiniu.min.js",
"scripts": {
"test": "jest --coverage",
"build": "eslint src && jest && webpack --optimize-minimize --config webpack.prod.js",
"dev": "eslint src && webpack-dev-server --open --config webpack.dev.js",
"serve": "node test/server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/qiniu/js-sdk.git"
},
"author": "[email protected]",
"bugs": {
"url": "https://github.com/qiniu/js-sdk/issues"
},
"contributors": [
{
"name": "jinxinxin",
"email": "[email protected]"
},
{
"name": "winddies",
"email": "[email protected]"
}
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.2",
"connect-multiparty": "^2.1.0",
"es3ify-loader": "^0.2.0",
"eslint": "^4.18.2",
"express": "^4.16.2",
"jest": "^22.4.2",
"jest-environment-jsdom": "^23.0.0-alpha.0",
"multiparty": "^4.1.3",
"open-browser-webpack-plugin": "0.0.5",
"qiniu": "^7.1.1",
"request": "^2.83.0",
"spark-md5": "^3.0.0",
"transform-runtime": "0.0.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.1"
},
"license": "MIT"
}