UNPKG

webreq

Version:

Small and simple module for handling HTTP/HTTPS requests.

35 lines (34 loc) 799 B
{ "name": "webreq", "version": "0.6.0", "description": "Small and simple module for handling HTTP/HTTPS requests.", "main": "lib/webreq.js", "scripts": { "test": "nyc mocha --timeout 10000", "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "repository": { "type": "git", "url": "git+https://github.com/RedeployAB/webreq.git" }, "keywords": [ "HTTP", "HTTPS", "request" ], "author": "Karl Wallenius", "license": "MIT", "bugs": { "url": "https://github.com/RedeployAB/webreq/issues" }, "homepage": "https://github.com/RedeployAB/webreq#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.0", "nyc": "^14.1.1", "sinon": "^7.4.2" }, "engines": { "node": ">=8.5.0" } }