16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"name": "gitlab-to-irc",
|
|
"version": "0.0.1",
|
|
"description": "a Gitlab webhook coupled to an IRC bot",
|
|
"main": "index.js",
|
|
"author": "Benjamin Bouvier <public@benj.me>",
|
|
"license": "GPLv3",
|
|
"dependencies": {
|
|
"body-parser": "1.17.2",
|
|
"cheerio": "0.22.0",
|
|
"express": "4.15.3",
|
|
"irc": "0.5.2",
|
|
"request": "2.81.0"
|
|
}
|
|
}
|