{
  "name": "manga-parser",
  "version": "1.4.0",
  "description": "A parser for manga online sources",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "babel-prepublish": "babel src/ -d lib",
    "flow": "flow",
    "flow-prepublish": "flow-copy-source src lib",
    "precommit": "lint-staged",
    "prepublish": "npm run babel-prepublish && npm run flow-prepublish",
    "test": "jest --coverage"
  },
  "keywords": [
    "manga",
    "parser",
    "mangafox",
    "mangahere",
    "readmanga.today"
  ],
  "homepage": "https://github.com/na-ji/node-manga-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/na-ji/node-manga-parser.git"
  },
  "author": {
    "name": "Naji Astier",
    "email": "naji.astier@gmail.com",
    "url": "https://www.naji-astier.com/"
  },
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/na-ji/node-manga-parser/issues"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write --single-quote",
      "git add"
    ]
  },
  "jest": {
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}",
      "!src/**/abstract-*.{js,jsx}",
      "!src/**/index.{js,jsx}",
      "!**/node_modules/**",
      "!**/internals/**",
      "!**/lib/**"
    ]
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "cheerio": "^1.0.0-rc.2",
    "lodash": "^4.17.5",
    "moment": "^2.21.0",
    "request": "^2.83.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.25.0",
    "babel-jest": "^22.4.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "flow-bin": "^0.67.1",
    "flow-copy-source": "^1.3.0",
    "husky": "^0.14.3",
    "jest": "^22.4.2",
    "lint-staged": "^7.0.0",
    "prettier": "^1.11.1"
  }
}
