cuffeo/package.json
2020-02-17 09:32:38 +01:00

27 lines
585 B
JSON

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