cuffeo/package.json
Flummi d948f7f582 bugfixes
- use has() instead of includes() on Map.. stupid
- account has to be false if no account is provided
+ version bump
2019-11-26 05:32:11 +01:00

27 lines
583 B
JSON

{
"name": "cuffeo",
"version": "1.0.3",
"description": "A multi-protocol chatbot library with nearly zero dependencies.",
"main": "src/index.mjs",
"scripts": {},
"repository": {
"type": "git",
"url": "git@github.com:kein-Bot/cuffeo.git"
},
"keywords": [
"cuffeo",
"irc",
"telegram",
"slack"
],
"author": "Flummi & jkhsjdhjs",
"license": "MIT",
"dependencies": {
"flumm-fetch-cookies": "^1.1.1"
},
"bugs": {
"url": "https://github.com/kein-Bot/cuffeo/issues"
},
"homepage": "https://github.com/kein-Bot/cuffeo#readme"
}