gitlab-to-irc/package.json

16 lines
352 B
JSON
Raw Normal View History

2016-06-23 19:36:35 +00:00
{
2016-06-23 20:45:34 +00:00
"name": "gitlab-to-irc",
"version": "0.0.1",
"description": "a Gitlab webhook coupled to an IRC bot",
2016-06-23 19:36:35 +00:00
"main": "index.js",
"author": "Benjamin Bouvier <public@benj.me>",
2016-06-23 20:45:34 +00:00
"license": "GPLv3",
2016-06-23 19:36:35 +00:00
"dependencies": {
"body-parser": "1.17.2",
"cheerio": "0.22.0",
"express": "4.15.3",
"irc": "0.3.9",
"request": "2.81.0"
2016-06-23 19:36:35 +00:00
}
}