{
  "name": "nodebb-plugin-import",
  "version": "0.4.12",
  "description": "Import your forum data to nodebb",
  "main": "./server/importer.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha tests/mocha.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/akhoury/nodebb-plugin-import"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "migrate",
    "convert",
    "import",
    "export",
    "switch",
    "redirect",
    "ubb",
    "phpbb",
    "esotalk",
    "wefrag",
    "punbb",
    "xenforo",
    "vb",
    "vbulletin",
    "smallworld",
    "lithium",
    "vanilla",
    "discourse",
    "wordpress",
    "bbpress",
    "jforum",
    "network54",
    "ipb",
    "ipboard",
    "smf"
  ],
  "author": {
    "name": "akhoury",
    "email": "bentael@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/akhoury/nodebb-plugin-import/issues"
  },
  "dependencies": {
    "async": "~0.9.0",
    "bbcode-to-markdown": "^1.0.3",
    "encoding": "^0.1.11",
    "eventemitter2": "~0.4.14",
    "extend": "^3.0.2",
    "file-type": "^3.4.0",
    "fs-extra": "^8.1.0",
    "iconv": "^3.0.0",
    "nconf": "^0.10.0",
    "nodebb-plugin-require": "^0.0.10",
    "npm": "^6.11.2",
    "underscore": "~1.5.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2",
    "mocha": "^6.1.4"
  },
  "nbbpm": {
    "compatibility": "1.12.2"
  }
}
