-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 873 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 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
39
40
{
"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"
}],
"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",
"node-slack": "git://github.com/chuga/node-slack#e8e7a3bb8e"
}
}