-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 873 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 873 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-custom-pages",
"version": "2.1.1",
"description": "Allows you to add as many new pages as you like to your NodeBB forum",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-plugin-custom-pages"
},
"keywords": [
"nodebb",
"plugin",
"static",
"custom",
"page"
],
"author": {
"name": "psychobunny",
"email": "[email protected]"
},
"nbbpm": {
"compatibility": "^4.0.0"
},
"dependencies": {
"async": "3.2.4",
"mkdirp": "1.0.4"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-plugin-custom-pages/issues"
},
"readmeFilename": "README.md"
}