Update package.json;

This commit is contained in:
Benjamin Bouvier 2016-06-23 22:45:34 +02:00
parent a79439a9c4
commit d19830b51b
1 changed files with 5 additions and 8 deletions

View File

@ -1,15 +1,12 @@
{
"name": "jshorse",
"version": "1.0.0",
"description": "An irc bot that can read horse_javascript tweets and repeat them.",
"name": "gitlab-to-irc",
"version": "0.0.1",
"description": "a Gitlab webhook coupled to an IRC bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Benjamin Bouvier <public@benj.me>",
"license": "ISC",
"license": "GPLv3",
"dependencies": {
"body-parser": "^1.15.2",
"body-parser": "1.15.2",
"express": "4.14.0",
"irc": "0.3.9"
}