cuffeo/package.json

18 lines
367 B
JSON
Raw Normal View History

2018-09-07 17:22:47 +00:00
{
"name": "cuffeo",
2018-09-07 17:27:12 +00:00
"version": "1.0.1",
2018-09-07 17:22:47 +00:00
"description": "lul",
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",
"url": "git@gitfap.de:keinBot/cuffeo.git"
},
"author": "Flummi",
2018-09-07 18:03:32 +00:00
"license": "ISC",
"dependencies": {
2019-11-16 06:44:39 +00:00
"flumm-fetch-cookies": "git+https://gitfap.de/keinBot/flumm-fetch-cookies",
"ws": "^7.2.0"
2018-09-07 18:03:32 +00:00
}
2018-09-07 17:22:47 +00:00
}