-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.15 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "MinisterIN",
"description": "Notification service for the lambdaspace.gr hackerspace.",
"version": "1.3.1",
"license": "GPL-3.0",
"author": {
"name": "Marios Isaakidis",
"email": "[email protected]",
"web": "https://github.com/misaakidis"
},
"contributors:": [
{
"name": "Alexandros Dorodoulis",
"email": "[email protected]"
},
{
"name": "Zack Mullaly",
"email": "[email protected]",
"web": "http://redwire.co"
}
],
"bugs": {
"url": "https://github.com/techministry/MinisterIN/issues"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint *.js",
"start": "node MinisterIN.js"
},
"repository": [
{
"type": "git",
"url": "https://github.com/techministry/MinisterIN.git"
}
],
"dependencies": {
"commander": "2.11.0",
"datejs": "^1.0.0-rc3",
"fs": "0.0.2",
"github-webhook-handler": "0.6.0",
"irc": "0.5.2",
"mqtt": "^2.13.1",
"node-mattermost": "^0.0.1",
"node-schedule": "^1.1.0",
"request": "^2.72.0",
"twitter": "1.7.1"
},
"devDependencies": {
"jshint": "^2.9.5",
"nodemon": "^1.12.1"
}
}