UNPKG

698 BJSONView Raw
1{
2 "name": "go-fetch",
3 "description": "A pluggable HTTP client.",
4 "keywords": [
5 "http",
6 "https",
7 "client",
8 "request",
9 "fetch",
10 "get",
11 "post"
12 ],
13 "version": "2.0.0",
14 "main": "lib/Client.js",
15 "repository": {
16 "type": "git",
17 "url": "git@github.com:go-fetch-js/go-fetch.git"
18 },
19 "bugs": {
20 "url": "https://github.com/go-fetch-js/go-fetch/issues"
21 },
22 "dependencies": {
23 "emitter-on-steroids": "^2.0.3",
24 "no-frills-request": "^1.1.0"
25 },
26 "devDependencies": {
27 "go-fetch-content-type": "^0.1.0",
28 "go-fetch-body-parser": "^1.0.0",
29 "simple-server-setup": "^0.1.0"
30 },
31 "scripts": {
32 "test": "mocha"
33 },
34 "license": "MIT"
35}