forked from akhoury/nodebb-plugin-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "nodebb-plugin-import",
"version": "0.3.42",
"description": "Import your forum data to nodebb",
"main": "./server/importer.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/mocha.js"
},
"repository": {
"type": "git",
"url": "https://github.com/akhoury/nodebb-plugin-import"
},
"keywords": [
"nodebb",
"plugin",
"migrate",
"convert",
"import",
"export",
"switch",
"redirect",
"ubb",
"phpbb",
"esotalk",
"wefrag",
"punbb",
"xenforo",
"vb",
"vbulletin",
"lithium",
"vanilla",
"discourse",
"wordpress",
"bbpress",
"jforum",
"network54",
"ipb",
"ipboard",
"smf"
],
"author": {
"name": "akhoury",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/akhoury/nodebb-plugin-import/issues"
},
"dependencies": {
"async": "~0.9.0",
"bbcode-to-markdown": "^0.1.0",
"encoding": "^0.1.11",
"eventemitter2": "~0.4.14",
"extend": "^3.0.0",
"file-type": "^3.4.0",
"fs-extra": "~0.11.0",
"iconv": "^2.1.11",
"nodebb-plugin-require": "^0.0.4",
"npm": "^1.4.6",
"underscore": "~1.5.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"nbbpm": {
"compatibility": "1.0.0"
}
}