{
|
|
"name": "barcodebot",
|
|
"description": "An IRC bot that looks up UPC barcodes",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "http://git.cryto.net/joepie91/barcodebot.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"dependencies": {
|
|
"bhttp": "^1.2.4",
|
|
"bluebird": "^3.5.4",
|
|
"chalk": "^2.4.2",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"dotty": "^0.1.0",
|
|
"irc-framework": "^4.2.0",
|
|
"unhandled-error": "^1.0.0"
|
|
}
|
|
}
|