-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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
{
"name": "nodebb-plugin-onesignal",
"version": "4.1.6",
"description": "Allows NodeBB to interface with the OneSignal service in order to provide push notifications to OneSignal applications and devices",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/ReyKoxha/nodebb-plugin-onesignal"
},
"keywords": [
"nodebb",
"plugin",
"onesignal",
"push notifications"
],
"author": {
"name": "CCob"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ReyKoxha/nodebb-plugin-onesignal/issues"
},
"readmeFilename": "README.md",
"dependencies": {
"escape-html": "^1.0.3",
"lru-cache": "^2.5.0",
"striptags": "^3.1.1",
"unescape-html": "^1.1.0"
},
"nbbpm": {
"compatibility": "^1.3.1"
}
}