{
  "name": "@s524797336/node-downloader-helper",
  "version": "1.0.5",
  "description": "A simple http file downloader for node.js",
  "main": "./dist/index.js",
  "scripts": {
    "start": "node ./example/index.js",
    "lint": "./node_modules/.bin/eslint src",
    "build": "./node_modules/.bin/babel --presets minify ./src/index.js -o ./dist/index.js",
    "watch": "./node_modules/.bin/babel --watch ./src/index.js -o ./dist/index.js",
    "test": "npm run lint && npm run build && jest"
  },
  "pre-commit": [
    "test"
  ],
  "keywords": [
    "node",
    "nodejs",
    "node.js",
    "download",
    "resumable",
    "resume",
    "http"
  ],
  "author": "Jose De Gouveia",
  "repository": {
    "type": "git",
    "url": "https://github.com/hgouveia/node-downloader-helper"
  },
  "bugs": {
    "url": "https://github.com/hgouveia/node-downloader-helper/issues"
  },
  "homepage": "https://github.com/hgouveia/node-downloader-helper",
  "license": "MIT",
  "bin": {
    "ndh": "bin/ndh"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-jest": "^23.6.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-minify": "^0.5.0",
    "chai": "^4.1.2",
    "eslint": "^4.19.1",
    "jest": "^24.9.0",
    "pre-commit": "^1.2.2"
  }
}
