{
  "name": "nodebb-plugin-import-flarum",
  "version": "1.0.6",
  "description": "A flarum exporter for nodebb-plugin-import",
  "main": "index.js",
  "dependencies": {
    "async": "~0.9.0",
    "fs-extra": "~0.11.0",
    "marked": "~0.3.2",
    "mysql": "~2.4.2",
    "request": "^2.79.0",
    "underscore": "~1.6.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DeltaEvo/nodebb-plugin-import-flarum.git"
  },
  "keywords": [
    "nodebb-plugin-import",
    "exporter",
    "flarum"
  ],
  "author": "DeltaEvo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DeltaEvo/nodebb-plugin-import-flarum/issues"
  },
  "homepage": "https://github.com/DeltaEvo/nodebb-plugin-import-flarum#readme"
}
