-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "web-services-testing",
"version": "1.0.0",
"author": "Kiryl Shytsikau <kiryl.shytsikau@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RockMinsk/web-services/"
},
"bugs": {
"url": "https://github.com/RockMinsk/web-services/issues"
},
"homepage": "https://github.com/RockMinsk/web-services#readme",
"engines": {
"node": ">=6.9.0"
},
"scripts": {
"axios": "node axios.js",
"chakram": "mocha chakram.js",
"got": "node got.js",
"http": "node http.js",
"httpRequest": "node httpRequest.js",
"node-fetch": "node node-fetch.js",
"request": "node request.js",
"superagent": "node superagent.js",
"whatwg-fetch": "node whatwg-fetsh.js"
},
"dependencies": {
"whatwg-fetch": "^2.0.4",
"node-fetch": "^2.1.2",
"xmlhttprequest": "^1.8.0",
"request": "^2.87.0",
"axios": "^0.18.0",
"superagent": "^3.8.3",
"got": "^8.3.1"
},
"devDependencies": {
"chakram": "^1.5.0"
}
}