-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 956 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@chunpu/http",
"version": "3.0.0",
"description": "Promise Based request / fetch / http For Real Project, Support multiple platforms",
"main": "index.js",
"scripts": {
"test": "node test && node test/testaxios",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chunpu/http.git"
},
"author": "chunpu",
"license": "ISC",
"bugs": {
"url": "https://github.com/chunpu/http/issues"
},
"homepage": "https://github.com/chunpu/http#readme",
"keywords": [
"$http",
"http",
"request",
"fetch",
"client",
"wxapp",
"quickapp",
"axios",
"ajax"
],
"dependencies": {
"min-promise": "^5.0.0",
"min-qs": "^1.4.0",
"min-url": "^1.5.0",
"min-util": "^3.3.1"
},
"devDependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0"
}
}