UNPKG

nodebb-plugin-import-smallworld

Version:
43 lines (42 loc) 1.03 kB
{ "name": "nodebb-plugin-import-smallworld", "version": "0.0.1", "description": "An smallworld 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-smallworld" }, "keywords": [ "nodebb", "smallworld", "smallworldlabs", "plugin", "migrate", "convert", "export", "import" ], "contributors": [ { "name": "akhoury", "email": "bentael@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/akhoury/nodebb-plugin-import-smallworld/issues" }, "dependencies": { "async": "~0.9.0", "extend": "^3.0.1", "fs-extra": "~0.11.0", "marked": "~0.3.2", "moment": "^2.21.0", "mysql": "~2.4.2", "underscore": "~1.6.0" } }