24 lines
531 B
JSON
24 lines
531 B
JSON
{
|
|
"name": "musicshare-electron",
|
|
"version": "1.0.0",
|
|
"description": "MusicShare in Electron",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.bbrunson.com/brandon/musicshare-electron-client.git"
|
|
},
|
|
"author": "Brandon Brunson",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"electron": "^35.1.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"electron-store": "^10.0.1"
|
|
}
|
|
}
|