-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
{
"name": "nodebb-plugin-import-smf",
"version": "0.2.5",
"description": "An SMF to NodeBB data exporter",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/a5mith/nodebb-plugin-import-smf"
},
"keywords": [
"nodebb",
"smf",
"plugin",
"migrate",
"convert",
"export",
"import"
],
"contributors": [
{
"name": "a5mith",
"email": "a_5mith@35hz.co.uk"
},
{
"name": "akhoury",
"email": "bentael@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/a5mith/nodebb-plugin-import-smf/issues"
},
"dependencies": {
"async": "~0.9.0",
"extend": "^3.0.1",
"fs-extra": "~0.11.0",
"marked": "~0.3.2",
"mysql": "~2.4.2",
"sanitize-filename": "^1.6.1",
"underscore": "~1.6.0"
}
}