f0ckv1/package.json
Flummi 062a351d18 modified: package.json
modified:   src/websrv.js
2016-10-23 00:39:23 +02:00

31 lines
657 B
JSON

{
"name": "keinBotv2",
"version": "0.2.0",
"main": "src/main.js",
"scripts": {
"start": "node ./bot.js"
},
"dependencies": {
"cloudscraper": "^1.4.0",
"coffea": "^0.4.28",
"du": "^0.1.0",
"file-type": "^3.8.0",
"forever-monitor": "^1.7.0",
"fs-extra": "^0.30.0",
"hapi": "^15.2.0",
"joi": "^9.2.0",
"mysql": "^2.11.1",
"read-chunk": "^2.0.0",
"request": "^2.74.0",
"swig": "^1.4.2",
"uuid": "^2.0.2",
"ytdl-core": "^0.7.17"
},
"repository": {
"type": "git",
"url": "git+https://gitfap.de/keinBot/keinBotv2.git"
},
"author": "Flummi & jkhsjdhjs",
"license": "WTFPL"
}