2019-09-17 16:49:23 +02:00
|
|
|
{
|
2019-09-17 16:53:33 +02:00
|
|
|
"name": "Cassettea-api-node",
|
2019-09-17 16:49:23 +02:00
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"cookie-parser": "~1.4.4",
|
|
|
|
"debug": "~2.6.9",
|
|
|
|
"express": "~4.16.1",
|
|
|
|
"http-errors": "~1.6.3",
|
|
|
|
"morgan": "~1.9.1",
|
2019-09-20 23:04:06 +02:00
|
|
|
"node-id3": "^0.1.11",
|
2019-09-17 17:07:08 +02:00
|
|
|
"pug": "^2.0.4",
|
|
|
|
"youtube-mp3-downloader": "^0.6.3"
|
2019-09-17 16:49:23 +02:00
|
|
|
}
|
|
|
|
}
|