{
  "name": "node-wget",
  "version": "0.4.3",
  "description": "Ultra simple async retrieval of remote files over http or https",
  "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/tylerl0706/wgetjs.git"
  },
  "keywords": [
    "curl",
    "wget",
    "download",
    "file",
    "http",
    "https"
  ],
  "author": "tylerl0706",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tylerl0706/wgetjs/issues"
  },
  "engines": {
    "node": ">=0.8.6"
  },
  "bin": {
    "wget": "cli.js"
  },
  "dependencies": {
    "request": "~2.85.0"
  },
  "devDependencies": {
    "license-md": "~0.3.6",
    "grunt": "~1.0.2",
    "grunt-bump": "~0.8.0",
    "grunt-license": "~0.1.5",
    "mocha": "~5.0.4",
    "should": "~13.2.1"
  }
}
