cuffeo/package.json
Flummi a221ef715a - slack: bugfix
- update flumm-fetch-cookies
- version bump to 1.0.5
2020-02-13 12:35:39 +01:00

27 lines
583 B
JSON

{
"name": "cuffeo",
"version": "1.0.5",
"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.3.4"
},
"bugs": {
"url": "https://github.com/kein-Bot/cuffeo/issues"
},
"homepage": "https://github.com/kein-Bot/cuffeo#readme"
}