{
  "name": "node-wget-js",
  "version": "1.0.1",
  "description": "Ultra simple async retrieval of remote files over http or https, a fork of `node-wget`",
  "main": "wget.js",
  "scripts": {
    "test": "mocha -R list test/*.js",
    "TESTS.md": "mocha -R markdown test/*.js > TESTS.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/techno-express/node-wget.git"
  },
  "keywords": [
    "curl",
    "wget",
    "download",
    "file",
    "http",
    "https"
  ],
  "author": "l. stubbs <technoexpressnet@gmail.com>",
  "contributors": [
    "tylerl0706",
    "angleman"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/techno-express/node-wget/issues"
  },
  "bin": {
    "wget": "cli.js"
  },
  "dependencies": {
    "request": "^2.88.0"
  },
  "devDependencies": {
    "mocha": "^6.2.0",
    "should": "~13.2.1"
  }
}
