gitlab-to-irc/package.json

14 lines
302 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"
}
}