2016-06-23 21:36:35 +02:00
|
|
|
{
|
2016-06-23 22:45:34 +02:00
|
|
|
"name": "gitlab-to-irc",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "a Gitlab webhook coupled to an IRC bot",
|
2016-06-23 21:36:35 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"author": "Benjamin Bouvier <public@benj.me>",
|
2016-06-23 22:45:34 +02:00
|
|
|
"license": "GPLv3",
|
2016-06-23 21:36:35 +02:00
|
|
|
"dependencies": {
|
2016-06-23 22:45:34 +02:00
|
|
|
"body-parser": "1.15.2",
|
2016-06-23 21:36:35 +02:00
|
|
|
"express": "4.14.0",
|
2016-07-16 19:22:27 +02:00
|
|
|
"irc": "0.3.9",
|
|
|
|
"request": "2.73.0"
|
2016-06-23 21:36:35 +02:00
|
|
|
}
|
|
|
|
}
|