thedesk/app/package.json

17 lines
425 B
JSON
Raw Normal View History

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