gitlab-to-irc/package.json

17 lines
400 B
JSON
Raw Normal View History

2016-06-23 19:36:35 +00:00
{
"name": "jshorse",
"version": "1.0.0",
"description": "An irc bot that can read horse_javascript tweets and repeat them.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Benjamin Bouvier <public@benj.me>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"express": "4.14.0",
"irc": "0.3.9"
}
}