Tunio Desktop client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
480 B

3 years ago
{
"name": "sonixd",
"productName": "sonixd",
3 years ago
"version": "0.2.1",
"description": "An electron-based subsonic-api compatible desktop media player",
3 years ago
"main": "./main.prod.js",
"author": {
"name": "jeffvli",
"url": "https://github.com/jeffvli/sonixd"
3 years ago
},
"scripts": {
"electron-rebuild": "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js",
"postinstall": "yarn electron-rebuild"
},
"license": "MIT",
"dependencies": {}
}