forked from LudwikJaniuk/nodebb-plugin-brf-energi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 781 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
{
"name": "nodebb-plugin-brf-energi",
"version": "0.8.0",
"description": "Modifications to nodeBB for BRF Energi",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/LudwikJaniuk/nodebb-plugin-brf-energi"
},
"keywords": [
"nodebb",
"plugin",
"brf-energi",
"shell"
],
"author": {
"name": "Ludvig Janiuk",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/LudwikJaniuk/nodebb-plugin-brf-energi/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^1.0.0"
},
"dependencies": {
"jsonwebtoken": "^8.3.0",
"nodebb-plugin-sso-metry": "^0.4.1",
"passport-custom": "^1.0.5",
"simple-encryptor": "^1.4.0"
}
}