UNPKG

bumped-http

Version:

Exposes an HTTP Client to interact with API's endpoints.

48 lines (47 loc) 957 B
{ "name": "bumped-http", "description": "Exposes an HTTP Client to interact with API's endpoints.", "homepage": "https://github.com/bumped/bumped-http", "version": "1.0.4", "main": "./index.js", "author": { "email": "josefrancisco.verdu@gmail.com", "name": "Kiko Beats", "url": "https://github.com/Kikobeats" }, "repository": { "type": "git", "url": "git+https://github.com/bumped/bumped-http.git" }, "bugs": { "url": "https://github.com/bumped/bumped-http/issues" }, "keywords": [ "api", "bumped", "http", "plugin", "request" ], "dependencies": { "coffeescript": "~2.5.1", "got": "~10.7.0", "lodash.get": "~4.4.2", "nodeify": "~1.0.1" }, "devDependencies": { "mocha": "latest", "should": "latest" }, "engines": { "node": ">= 4" }, "files": [ "index.js", "lib" ], "scripts": { "test": "sh test/test.sh" }, "license": "MIT" }