19 lines
313 B
JSON
19 lines
313 B
JSON
|
{
|
||
|
"name": "sonist",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Music Player",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start": "electron ."
|
||
|
},
|
||
|
"author": "yutent",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"crypto.js": "^1.1.6",
|
||
|
"iofs": "^1.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"electron": "^4.0.0"
|
||
|
}
|
||
|
}
|