UNPKG

nodebb-plugin-import-lithium

Version:
44 lines (43 loc) 870 B
{ "name": "nodebb-plugin-import-lithium", "version": "0.0.9", "description": "A lithium 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-lithium" }, "keywords": [ "nodebb", "lithium", "plugin", "migrate", "convert", "export", "import" ], "authors": [ { "name": "akhoury", "email": "bentael@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/akhoury/nodebb-plugin-import-lithium/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", "underscore": "~1.6.0" } }