-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 969 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
{
"name": "parallel-http-request",
"version": "1.1.3",
"description": "Simplicity to create multiple HTTP Request in Parallel for NodeJS",
"main": "src/parallelrequest.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aalfiann/parallel-http-request.git"
},
"keywords": [
"async",
"http",
"request",
"parallel",
"parallel-request",
"parallel-http-request",
"nodejs"
],
"author": "M ABD AZIZ ALFIAN",
"license": "MIT",
"bugs": {
"url": "https://github.com/aalfiann/parallel-http-request/issues"
},
"homepage": "https://github.com/aalfiann/parallel-http-request",
"dependencies": {
"unirest": "^0.6.0"
},
"devDependencies": {
"coveralls": "^3.0.6",
"mocha": "^6.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1"
}
}