diff --git a/package.json b/package.json index d435409..81b6846 100644 --- a/package.json +++ b/package.json @@ -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 ", - "license": "ISC", + "license": "GPLv3", "dependencies": { - "body-parser": "^1.15.2", + "body-parser": "1.15.2", "express": "4.14.0", "irc": "0.3.9" }