forked from nhitchins/nodebb-plugin-slack
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 688 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 688 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
{
"name": "nodebb-plugin-slack-extended",
"version": "0.2.0",
"description": "NodeBB Plugin for posting new posts via Slack webhooks",
"main": "library.js",
"repository": {
"type": "git",
"url": "http://github.com/pichalite/nodebb-plugin-slack-extended.git"
},
"keywords": [
"nodebb",
"plugin",
"slack"
],
"author": {
"name": "Pichalite",
"email": "pichalite.com@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "http://github.com/pichalite/nodebb-plugin-slack-extended/issues"
},
"readme": "",
"readmeFilename": "README.md",
"dependencies": {
"slack-node": "0.1.7"
},
"nbbpm": {
"compatibility": "^1.5.0"
}
}