thedesk/app/package.json
2018-02-16 22:08:43 +09:00

17 lines
425 B
JSON

{
"name": "TheDesk",
"version": "11.12.0",
"description": "TheDesk on Mastodonはシンプルと多機能を両立したデスクトップ向けクライアントです",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Cutls P",
"license": "TheDesk LICENSE",
"dependencies":{
"electron-dl":"1.10.0",
"about-window":"1.8.0"
}
}