forked from lambdaspace/MinisterIN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 999 Bytes
/
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
{
"name": "MinisterIN",
"description": "Notification service for the techministry.gr hackerspace.",
"version": "1.1.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": {
"twitter": "latest",
"irc": "latest",
"github-webhook-handler": "latest",
"commander": "latest"
},
"devDependencies": {
"jshint": "latest"
}
}