{
  "name": "nodebb-plugin-import-esotalk2",
  "version": "0.0.2",
  "description": "An esoTalk forum exporter to import-ready files",
  "main": "./index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/akhoury/nodebb-plugin-import-esotalk2"
  },
  "keywords": [
    "esotalk",
    "nodebb",
    "plugin",
    "migrate",
    "convert",
    "export",
    "import"
  ],
  "authors": [
    {
      "name": "Emanuel Tannert",
      "email": "et@sub-lunar.com"
    },
    {
      "url": "http://github.com/akhoury"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/akhoury/nodebb-plugin-import-esotalk2/issues"
  },
  "nbbpm": {
    "index": false
  },
  "dependencies": {
    "underscore": "~1.6.0",
    "fs-extra": "~0.11.0",
    "async": "~0.9.0",
    "marked": "~0.3.2",
    "mysql": "~2.4.2"
  }
}
