{
  "name": "ipbcrawler",
  "version": "1.0.0",
  "description": "Package to mine forum data using the Invision Power Board platform.",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./tests/*.spec.js"
  },
  "author": "Filipe Macedo",
  "license": "MIT",
  "homepage": "https://github.com/filipemacedo/IPBCrawler",
  "keywords": [
    "ipb",
    "ipb crawler",
    "ipb scrapping",
    "promise",
    "ipb seeder"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filipemacedo/IPBCrawler.git"
  },
  "devDependencies": {},
  "dependencies": {
    "axios": "^0.18.0",
    "chai": "^4.2.0",
    "cheerio": "^1.0.0-rc.2",
    "he": "^1.2.0",
    "html2bbcode": "^1.2.6",
    "json-beautify": "^1.0.1",
    "underscore": "^1.9.1",
    "utf8": "^3.0.0"
  }
}
