thedesk/app/package.json
2018-08-06 10:15:57 +09:00

37 lines
884 B
JSON

{
"name": "thedesk",
"version": "16.0.3",
"description": "TheDesk is a Mastodon client for PC.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"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"
}],
"license": "TheDesk LICENSE",
"dependencies": {
"adm-zip": "^0.4.11",
"electron-dl": "^1.11.0",
"jimp": "^0.2.28",
"node-notifier": "^5.2.1",
"sumchecker": "^2.0.2"
},
"optionalDependencies": {
"itunes-nowplaying-mac": "^0.2.3"
}
}