{
    "name": "nodebb-plugin-import-ubb",
    "version": "0.1.4",
    "description": "a UBB 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-ubb"
    },
    "keywords": [
        "ubb",
        "nodebb",
        "plugin",
        "migrate",
        "convert",
        "export",
        "import"
    ],
    "author": {
        "name": "akhoury",
        "email": "bentael@gmail.com"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/akhoury/nodebb-plugin-import-ubb/issues"
    },
    "dependencies": {
        "underscore": "~1.6.0",
        "fs-extra": "~0.11.0",
        "async": "~0.9.0",
        "marked": "~0.3.2",
        "mysql": "~2.4.2"
    }
}
