nodebb-plugin-import-phpbb
Version:
A phpBB2 to NodeBB data exporter
41 lines (40 loc) • 889 B
JSON
{
"name": "nodebb-plugin-import-phpbb",
"version": "0.2.0",
"description": "A phpBB2 to NodeBB data exporter",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-plugin-import-phpbb"
},
"keywords": [
"phpbb",
"plugin",
"migrate",
"convert",
"export",
"import"
],
"author": {
"name": "psychobunny",
"email": "psycho.bunny@hotmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-plugin-import-phpbb/issues"
},
"nbbpm": {
"index": false
},
"dependencies": {
"async": "~0.9.0",
"extend": "^3.0.2",
"fs-extra": "~0.11.0",
"lodash": "^4.17.21",
"marked": "~0.3.2",
"mysql": ">=2.14.0"
}
}