nodebb-plugin-import-xenforo
Version:
A xenforo to NodeBB data exporter
46 lines (45 loc) • 919 B
JSON
{
"name": "nodebb-plugin-import-xenforo",
"version": "0.0.10",
"description": "A xenforo to NodeBB data exporter",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/akhoury/nodebb-plugin-import-xenforo"
},
"keywords": [
"nodebb",
"xf",
"xenforo",
"plugin",
"migrate",
"convert",
"export",
"import"
],
"authors": [
{
"name": "akhoury",
"email": "bentael@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/akhoury/nodebb-plugin-import-xenforo/issues"
},
"nbbpm": {
"index": false
},
"dependencies": {
"async": "~0.9.0",
"extend": "^3.0.0",
"fs-extra": "~0.11.0",
"marked": "~0.3.2",
"mysql": "~2.4.2",
"nodebb-plugin-require": "0.0.1",
"underscore": "~1.6.0"
}
}