f0ckv1/package.json

29 lines
613 B
JSON
Raw Normal View History

{
"name": "keinBotv2",
2016-10-20 23:41:38 +00:00
"version": "0.1.2",
2016-08-09 14:58:42 +00:00
"main": "src/main.js",
2016-08-23 15:50:30 +00:00
"scripts": {
2016-08-31 19:31:59 +00:00
"start": "node ./bot.js"
2016-08-23 15:50:30 +00:00
},
"dependencies": {
2016-09-09 07:52:53 +00:00
"cloudscraper": "^1.4.0",
2016-10-20 09:04:32 +00:00
"coffea": "^0.4.28",
"du": "^0.1.0",
2016-09-12 22:39:21 +00:00
"file-type": "^3.8.0",
2016-08-31 19:31:59 +00:00
"forever-monitor": "^1.7.0",
"fs-extra": "^0.30.0",
2016-08-15 15:25:50 +00:00
"mysql": "^2.11.1",
2016-09-12 22:39:21 +00:00
"read-chunk": "^2.0.0",
"request": "^2.74.0",
2016-08-16 18:51:16 +00:00
"swig": "^1.4.2",
2016-08-23 11:23:25 +00:00
"uuid": "^2.0.2",
2016-08-24 07:42:42 +00:00
"ytdl-core": "^0.7.17"
},
"repository": {
"type": "git",
"url": "git+https://gitfap.de/keinBot/keinBotv2.git"
},
"author": "Flummi & jkhsjdhjs",
2016-08-09 14:58:42 +00:00
"license": "WTFPL"
2016-08-31 20:21:12 +00:00
}