forked from NicolasSiver/nodebb-plugin-ns-custom-fields
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 938 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 938 Bytes
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-ns-custom-fields",
"version": "6.0.0",
"description": "Adds custom fields to the profile",
"main": "./plugin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NicolasSiver/nodebb-plugin-ns-custom-fields.git"
},
"keywords": [
"nodebb",
"plugin",
"profile",
"user",
"extend"
],
"author": "Nicolas Siver",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicolasSiver/nodebb-plugin-ns-custom-fields/issues"
},
"homepage": "https://github.com/NicolasSiver/nodebb-plugin-ns-custom-fields",
"readmeFilename": "README.md",
"dependencies": {
"async": "^2.6.1",
"fs-extra": "^6.0.1",
"keymirror": "^0.1.1",
"object-assign": "^4.0.1",
"underscore": "^1.8.3",
"winston": "^2.2.0"
},
"nbbpm": {
"compatibility": "~1.11.0"
}
}