-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 922 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
{
"name": "nodebb-plugin-import-ipboard",
"version": "0.0.6",
"description": "a IP.Board exporter to NodeBB",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/akhoury/nodebb-plugin-import-ipboard"
},
"keywords": [
"ipboard",
"nodebb",
"plugin",
"migrate",
"convert",
"export",
"import"
],
"author": {
"name": "akhoury",
"email": "bentael@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/akhoury/nodebb-plugin-import-ipboard/issues"
},
"dependencies": {
"underscore": "~1.6.0",
"fs-extra": "~0.11.0",
"async": "~0.9.0",
"marked": "~0.3.2",
"moment": "~2.8.2",
"mysql": "~2.4.2"
}
}