thedesk/app/package.json

37 lines
884 B
JSON
Raw Normal View History

2018-01-28 23:22:43 +11:00
{
2018-08-05 13:36:23 +10:00
"name": "thedesk",
"version": "16.0.2",
"description": "TheDesk is a Mastodon client for PC.",
2018-01-28 23:22:43 +11:00
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
2018-08-05 13:36:23 +10:00
"bugs":{
"url" : "https://github.com/cutls/TheDesk/issues",
"email" : "mstdn@thedesk.top"
},
"homepage":"https://thedesk.top",
"author": {
"name": "Cutls P",
"url" : "https://kirishima.clooud/@Cutls",
"email" : "web-pro@cutls.com"
},
"contributor": [{
"name": "とねぢ",
"url" : "https://minohdon.jp/@toneji",
"email" : "solfa.tono@gmail.com"
}],
2018-02-17 00:08:43 +11:00
"license": "TheDesk LICENSE",
2018-02-19 04:41:25 +11:00
"dependencies": {
2018-08-05 02:26:34 +10:00
"adm-zip": "^0.4.11",
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
}
}