{
  "name": "nodebb-plugin-leech-tool",
  "version": "0.2.0-alpha.1",
  "description": "Leech content from many source and convert to NodeBB posts",
  "main": "library.js",
  "scripts": {
    "start": "start-runner --file tasks.js",
    "prepare": "npm start build"
  },
  "files": [
    "plugin.json",
    "build/"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/brotherzone/nodebb-plugin-leech-tool"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "leech",
    "quote",
    "vBulletin"
  ],
  "author": {
    "name": "Che Tiep Chan Khoa",
    "email": "ch@nkhoa.email"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/brotherzone/nodebb-plugin-leech-tool/issues"
  },
  "readmeFilename": "README.md",
  "nbbpm": {
    "compatibility": "^1.5.3"
  },
  "dependencies": {
    "bluebird": "^3.5.0",
    "cheerio": "^1.0.0-rc.2",
    "cheerio-to-markdown": "gitlab:voanhcuoc/cheerio-to-markdown",
    "html-minifier": "^3.5.3",
    "keen-ui": "^1.0.1",
    "lodash": "^4.17.4",
    "lodash-amd": "^4.17.4",
    "moment": "^2.18.1",
    "objectmodel": "^3.1.0",
    "request": "^2.81.0",
    "require-directory": "^2.1.1",
    "string": "^3.3.3",
    "vue": "^2.4.4"
  },
  "devDependencies": {
    "babel-preset-airbnb": "^2.4.0",
    "babel-register": "^6.26.0",
    "chai": "^4.1.1",
    "chai-as-promised": "^7.1.1",
    "eslint": "^4.5.0",
    "eslint-config-airbnb-base": "^11.3.2",
    "eslint-plugin-import": "^2.7.0",
    "globby": "^6.1.0",
    "mocha": "^3.5.0",
    "nock": "^9.0.22",
    "start": "^5.1.0",
    "start-babel": "^3.0.0",
    "start-babel-cli": "^4.0.2",
    "start-clean": "^2.0.0",
    "start-copy": "^0.2.0",
    "start-env": "^3.0.0",
    "start-eslint": "^3.0.1",
    "start-files": "^2.0.0",
    "start-istanbul": "^3.0.0",
    "start-mocha": "^3.0.0",
    "start-pretty-reporter": "^0.3.0",
    "start-read": "^0.3.0",
    "start-watch": "^3.0.0",
    "start-write": "^2.0.2"
  }
}
