{
  "name": "scra",
  "version": "1.4.5",
  "description": "Really simple HTTP client. Mainly for scraping but not only.",
  "main": "index.js",
  "scripts": {
    "test": "eslint . && nyc ava -v"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/astur/scra.git"
  },
  "engines": {
    "node": ">=10"
  },
  "author": "astur <astur@yandex.ru> (http://kozlov.am/)",
  "dependencies": {
    "c-e": "^1.0.3",
    "iconv-lite": "^0.4.16",
    "prepend-http": "^2.0.0",
    "promy": "^1.0.1",
    "rfc-3986": "^1.0.1",
    "tunnel-agent": "^0.6.0"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "eslint": "^5.4.0",
    "eslint-config-astur": "^1.6.1",
    "key-cert": "^1.0.0",
    "mockser": "^1.0.1",
    "nyc": "^12.0.2"
  },
  "keywords": [
    "http",
    "https",
    "request",
    "client",
    "scraping",
    "simple",
    "url",
    "uri",
    "util",
    "utility",
    "curl",
    "wget",
    "fetch",
    "get",
    "post",
    "json"
  ],
  "license": "MIT"
}
