This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0
sonist/package.json

19 lines
313 B
JSON
Raw Normal View History

2018-12-26 23:58:24 +08:00
{
"name": "sonist",
"version": "1.0.0",
"description": "Music Player",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"author": "yutent",
2018-12-27 00:00:22 +08:00
"license": "MIT",
2018-12-26 23:58:24 +08:00
"dependencies": {
"crypto.js": "^1.1.6",
"iofs": "^1.1.0"
},
"devDependencies": {
"electron": "^4.0.0"
}
}