Update package.json;
This commit is contained in:
parent
a79439a9c4
commit
d19830b51b
13
package.json
13
package.json
@ -1,15 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "jshorse",
|
"name": "gitlab-to-irc",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "An irc bot that can read horse_javascript tweets and repeat them.",
|
"description": "a Gitlab webhook coupled to an IRC bot",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"author": "Benjamin Bouvier <public@benj.me>",
|
"author": "Benjamin Bouvier <public@benj.me>",
|
||||||
"license": "ISC",
|
"license": "GPLv3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.15.2",
|
"body-parser": "1.15.2",
|
||||||
"express": "4.14.0",
|
"express": "4.14.0",
|
||||||
"irc": "0.3.9"
|
"irc": "0.3.9"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user