Files
MusicPlayer/package.json
2023-05-19 08:29:26 +02:00

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"
}
}