f0ckv1/package.json

25 lines
504 B
JSON
Raw Normal View History

{
"name": "keinBotv2",
2016-08-23 17:30:35 +00:00
"version": "0.1.1",
2016-08-09 14:58:42 +00:00
"main": "src/main.js",
2016-08-23 15:50:30 +00:00
"scripts": {
"start": "node src/main.js"
},
"dependencies": {
2016-08-11 07:21:45 +00:00
"coffea": "^0.4.24",
"fs-extra": "^0.30.0",
2016-08-15 15:25:50 +00:00
"mysql": "^2.11.1",
2016-08-24 07:42:42 +00:00
"node-ffprobe": "^1.2.2",
"repl": "^0.1.3",
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"
}