cuffeo/package.json

27 lines
583 B
JSON
Raw Normal View History

2018-09-07 17:22:47 +00:00
{
"name": "cuffeo",
"version": "1.0.4",
2019-11-25 03:12:36 +00:00
"description": "A multi-protocol chatbot library with nearly zero dependencies.",
2019-08-20 18:01:01 +00:00
"main": "src/index.mjs",
2019-11-16 06:44:39 +00:00
"scripts": {},
2018-09-07 17:22:47 +00:00
"repository": {
"type": "git",
2019-11-25 03:12:36 +00:00
"url": "git@github.com:kein-Bot/cuffeo.git"
2018-09-07 17:22:47 +00:00
},
2019-11-25 03:12:36 +00:00
"keywords": [
"cuffeo",
"irc",
"telegram",
"slack"
],
"author": "Flummi & jkhsjdhjs",
"license": "MIT",
2018-09-07 18:03:32 +00:00
"dependencies": {
2019-11-25 03:12:36 +00:00
"flumm-fetch-cookies": "^1.1.1"
},
"bugs": {
"url": "https://github.com/kein-Bot/cuffeo/issues"
},
"homepage": "https://github.com/kein-Bot/cuffeo#readme"
2018-09-07 17:22:47 +00:00
}