forked from belst/nodebb-plugin-import-phpbb
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 844 Bytes
/
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
{
"name": "nodebb-plugin-import-phpbb",
"version": "0.1.5",
"description": "A phpBB2 to NodeBB data exporter",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/belstgut/nodebb-plugin-import-phpbb"
},
"keywords": [
"phpbb",
"plugin",
"migrate",
"convert",
"export",
"import"
],
"author": {
"name": "psychobunny",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/belstgut/nodebb-plugin-import-phpbb/issues"
},
"nbbpm": {
"index": false
},
"dependencies": {
"underscore": "~1.6.0",
"fs-extra": "~0.11.0",
"async": "~0.9.0",
"marked": "~0.3.2",
"mysql": "~2.4.2",
"html-entities": ""
}
}