forked from kvzhuang/async-fetch-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 950 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": "async-fetch-helper",
"version": "2.12.2",
"description": "AsyncFetchHelper is wrapper for async that using unirest or soap to fetch data with less code ",
"main": "./src/AsyncFetchHelper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"express",
"soap",
"async",
"unirest",
"fetch",
"data",
"util",
"service",
"rest",
"kao",
"api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rexhome7326/async-fetch-helper.git"
},
"author": "Rex Chen <[email protected]> (https://github.com/rexhome7326)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rexhome7326/async-fetch-helper/issues"
},
"dependencies": {
"async": "^1.5.2",
"deep-assign": "^2.0.0",
"soap": "^0.15.0",
"unirest": "^0.5.0"
},
"homepage": "https://github.com/rexhome7326/async-fetch-helper#readme"
}