Update package.json;
This commit is contained in:
parent
a79439a9c4
commit
d19830b51b
13
package.json
13
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 <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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user