15 lines
327 B
JSON
15 lines
327 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.15.2",
|
|
"express": "4.14.0",
|
|
"irc": "0.3.9",
|
|
"request": "2.73.0"
|
|
}
|
|
}
|