mirror of
https://github.com/Brandon-Rozek/Rozbot.git
synced 2025-02-15 20:20:54 +00:00
20 lines
476 B
JSON
20 lines
476 B
JSON
{
|
|
"name": "rozbot",
|
|
"version": "0.1.0",
|
|
"description": "An IRC bot created by Brandon Rozek",
|
|
"main": "bot.js",
|
|
"dependencies": {
|
|
"algebrite": "^0.2.20",
|
|
"cheerio": "^0.19.0",
|
|
"feed-read": "^0.0.1",
|
|
"fetch": "^1.0.0",
|
|
"node-readability": "^2.2.0",
|
|
"promise-polyfill": "^2.1.4",
|
|
"valid-url": "^1.0.9"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Brandon Rozek"
|
|
}
|