-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
74 lines (74 loc) · 1.47 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
70
71
72
73
74
{
"name": "nodebb-plugin-import",
"version": "0.4.12",
"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",
"smallworld",
"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": "^1.0.3",
"encoding": "^0.1.11",
"eventemitter2": "~0.4.14",
"extend": "^3.0.2",
"file-type": "^3.4.0",
"fs-extra": "^8.1.0",
"iconv": "^3.0.0",
"nconf": "^0.10.0",
"nodebb-plugin-require": "^0.0.10",
"npm": "^6.11.2",
"underscore": "~1.5.2"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"mocha": "^6.1.4"
},
"nbbpm": {
"compatibility": "1.12.2"
}
}