1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
486 B
JSON

{
"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"
}
}