mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
32 lines
787 B
JSON
32 lines
787 B
JSON
{
|
|
"name": "musicplayerv2",
|
|
"version": "1.0.0",
|
|
"description": "A new iteration of my music player, now written in JavaScript as an electron app",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simplePCBuilding/MusicPlayerV2.git"
|
|
},
|
|
"keywords": [
|
|
"music",
|
|
"player",
|
|
"electron",
|
|
"javascript",
|
|
"nodejs"
|
|
],
|
|
"author": "Janis Hutz",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/simplePCBuilding/MusicPlayerV2/issues"
|
|
},
|
|
"homepage": "https://github.com/simplePCBuilding/MusicPlayerV2#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|