thedesk/app/package.json

22 lines
557 B
JSON
Raw Normal View History

2018-01-28 23:22:43 +11:00
{
"name": "TheDesk",
2018-07-22 23:03:46 +10:00
"version": "15.10.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-02-19 04:41:25 +11:00
"dependencies": {
2018-05-02 14:14:03 +10:00
"electron-dl": "^1.11.0",
2018-04-01 00:55:47 +11:00
"jimp": "^0.2.28",
2018-07-19 02:05:53 +10:00
"node-notifier": "^5.2.1",
"sumchecker": "^2.0.2"
2018-05-20 17:15:35 +10:00
},
"optionalDependencies": {
2018-05-26 05:00:04 +10:00
"itunes-nowplaying-mac": "^0.2.3"
2018-01-28 23:22:43 +11:00
}
}