mirror of
https://github.com/Brandon-Rozek/Rozbot.git
synced 2024-11-07 20:30:34 -05:00
19 lines
415 B
JSON
19 lines
415 B
JSON
|
{
|
||
|
"name": "rozbot",
|
||
|
"version": "0.1.0",
|
||
|
"description": "An IRC bot created by Brandon Rozek",
|
||
|
"main": "bot.js",
|
||
|
"dependencies": {
|
||
|
"cheerio": "^0.19.0",
|
||
|
"feed-read": "^0.0.1",
|
||
|
"fetch": "^1.0.0",
|
||
|
"algebrite": "^0.2.20",
|
||
|
"promise-polyfill": "^2.1.4"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Brandon Rozek"
|
||
|
}
|