forked from jonathanwiesel/slackus
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.03 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "slackus",
"description": "New Disqus comment notifier for Slack",
"version": "1.0.0",
"author": {
"name": "Jonathan Wiesel",
"email": "jonathanwiesel@gmail.com",
"url": "https://github.com/jonathanwiesel"
},
"contributors": [
{
"name": "Joakim Stai",
"email": "joakimstai@gmail.com",
"url": "https://github.com/joakim"
},
{
"name": "Richard Pearson",
"email": "github@catdevnull.co.uk",
"url": "https://github.com/catdevnull"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jonathanwiesel/slackus.git"
},
"keywords": [
"disqus",
"slack",
"comment",
"api",
"notify"
],
"scripts": {
"start": "node index.js"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"engines": {
"node": "0.10.x"
},
"dependencies": {
"disqus": "0.1.0",
"express": "^4.15.2",
"node-slack": "git://github.com/chuga/node-slack#e8e7a3bb8e"
}
}