17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|