viprogramm/project-lvl3-s71

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "simple-page-loader",
  "version": "0.1.0",
  "description": "Page loader",
  "main": "dist/index.js",
  "bin": {
    "page-loader": "dist/bin/page-loader.js"
  },
  "scripts": {
    "test": "jest",
    "babel-node": "babel-node",
    "eslint": "eslint src __tests__",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "node_modules",
      "/__tests__/fixtures/"
    ],
    "collectCoverage": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viprogramm/project-lvl3-s71.git"
  },
  "author": "Vitaliy Ti",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/viprogramm/project-lvl3-s71/issues"
  },
  "homepage": "https://github.com/viprogramm/project-lvl3-s71#readme",
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-core": "*",
    "babel-eslint": "*",
    "babel-preset-env": "*",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-0": "*",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*",
    "jest": "^19.0.2",
    "nock": "^9.0.13",
    "rimraf": "^2.6.1"
  },
  "dependencies": {
    "axios": "^0.16.1",
    "cheerio": "^0.22.0",
    "commander": "^2.9.0",
    "debug": "^2.6.4",
    "listr": "^0.11.0",
    "lodash": "^4.17.4",
    "mz": "^2.6.0"
  }
}