UNPKG

nodebb-plugin-import-network54

Version:
53 lines (52 loc) 1.29 kB
{ "name": "nodebb-plugin-import-network54", "version": "0.0.2", "description": "A Network54 to NodeBB data exporter", "main": "./index.js", "repository": { "type": "git", "url": "https://github.com/nodebb/nodebb-plugin-import-network54" }, "keywords": [ "nodebb", "network54", "plugin", "migrate", "convert", "export", "import" ], "authors": [ { "name": "akhoury", "email": "bentael@gmail.com" }, { "name": "Andrew Rodrigues", "email": "andrew@nodebb.org", "company": "NodeBB Inc." }, { "name": "Baris Usakli", "email": "baris@nodebb.org", "company": "NodeBB Inc." }, { "name": "Julian Lam", "email": "julian@nodebb.org", "company": "NodeBB Inc." } ], "license": "MIT", "bugs": { "url": "https://github.com/nodebb/nodebb-plugin-import-network54/issues" }, "dependencies": { "async": "~0.9.0", "fs-extra": "~0.11.0", "marked": "^0.6.2", "mysql": "^2.17.1", "mysql2": "~0.12.5", "underscore": "~1.6.0" } }