{
  "name": "namava",
  "version": "1.0.0",
  "description": "How Many Episodes Have I Watched?",
  "main": "index.js",
  "scripts": {
    "media": "node bot/crawling.js --action media",
    "episode": "node bot/crawling.js --action episode"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dalirnet/namava.git"
  },
  "keywords": [
    "namava"
  ],
  "author": "AmirRezaDalir",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dalirnet/namava/issues"
  },
  "homepage": "https://github.com/dalirnet/namava#readme",
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "babel-cli": "^6.26.0",
    "figlet": "^1.2.4",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^6.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-browserify": "^0.5.1",
    "gulp-clean-css": "^4.0.0",
    "gulp-cli": "^2.0.1",
    "gulp-concat-css": "^3.1.0",
    "gulp-csso": "^3.0.1",
    "gulp-htmlmin": "^5.0.1",
    "gulp-rename": "^1.4.0",
    "gulp-tinify": "^1.0.2",
    "gulp-uglify": "^3.0.2",
    "minimist": "^1.2.0",
    "request-promise": "^4.2.5"
  },
  "browserslist": [
    "last 1 version",
    "> 1%",
    "IE 10"
  ],
  "dependencies": {
    "bulma": "^0.8.0",
    "cli-progress": "^3.4.0",
    "cli-table": "^0.3.1",
    "colors": "^1.4.0",
    "lodash": "^4.17.15",
    "moment": "^2.24.0",
    "request": "^2.88.0",
    "store": "^2.0.12"
  }
}
