{
  "name": "ddos-page-loader",
  "version": "5.0.8",
  "description": "Third project of Hexlet",
  "main": "index.js",
  "bin": {
    "page-loader": "dist/bin/page-loader.js"
  },
  "scripts": {
    "babel": "babel",
    "eslint": "eslint",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ddos-kaz/project-lvl3-s334.git"
  },
  "keywords": [
    "page-loader"
  ],
  "jest": {
    "testPathIgnorePatterns": [
      "/__fixtures__/"
    ]
  },
  "author": "ddoszhan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ddos-kaz/project-lvl3-s334/issues"
  },
  "homepage": "https://github.com/ddos-kaz/project-lvl3-s334#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^5.7.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.2.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.25.0",
    "jest": "^23.6.0",
    "nock": "^10.0.1"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "chalk": "^2.4.1",
    "cheerio": "^1.0.0-rc.2",
    "commander": "^2.19.0",
    "debug": "^4.1.0",
    "is-url": "^1.2.4",
    "listr": "^0.14.2",
    "lodash": "^4.17.11",
    "mz": "^2.7.0"
  }
}
