nodebb-plugin-import-smallworld
Version:
An smallworld to NodeBB data exporter
43 lines (42 loc) • 1.03 kB
JSON
{
"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"
}
}