thedesk/app/package.json

17 lines
405 B
JSON
Raw Normal View History

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