cuffeo/package.json
Flummi f18d318334 - slack: wrap multiline in codeblock
- version bump to 1.0.4
2019-12-04 06:43:25 +01:00

27 lines
583 B
JSON

{
"name": "cuffeo",
"version": "1.0.4",
"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"
}