thedesk/app/package.json

67 lines
1.4 KiB
JSON
Raw Normal View History

2018-01-28 23:22:43 +11:00
{
2018-08-05 13:36:23 +10:00
"name": "thedesk",
2018-09-27 01:25:35 +10:00
"version": "16.1.6",
2018-08-05 13:36:23 +10:00
"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-10 01:18:35 +10:00
"bugs": {
"url": "https://github.com/cutls/TheDesk/issues",
"email": "mstdn@thedesk.top"
2018-08-05 13:36:23 +10:00
},
2018-08-10 01:18:35 +10:00
"homepage": "https://thedesk.top",
"author": {
2018-08-05 13:36:23 +10:00
"name": "Cutls P",
2018-08-10 01:18:35 +10:00
"url": "https://kirishima.clooud/@Cutls",
"email": "web-pro@cutls.com"
2018-08-05 13:36:23 +10:00
},
2018-08-10 01:18:35 +10:00
"contributor": [
{
"name": "とねぢ",
"url": "https://minohdon.jp/@toneji",
"email": "solfa.tono@gmail.com"
}
],
2018-09-18 01:03:48 +10:00
"license": "GPL-3.0-or-later",
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-09-10 03:06:00 +10:00
},
"build": {
"productName": "TheDesk",
"appId": "top.thedesk",
"directories": {
"output": "build"
},
"win": {
"icon": "thedesk.ico",
"target": [
2018-09-14 02:25:43 +10:00
"nsis",
"portable"
2018-09-10 03:06:00 +10:00
]
},
"linux": {
"icon": "build/icons",
"target": [
"deb",
"rpm"
],
"category": "Network"
},
2018-09-14 02:25:43 +10:00
"electronDownload": {
2018-09-27 01:25:35 +10:00
"version": "3.0.0"
2018-09-10 03:06:00 +10:00
},
2018-09-27 01:25:35 +10:00
"electronVersion": "3.0.0"
},
"devDependencies": {
"electron-rebuild": "^1.8.2"
2018-01-28 23:22:43 +11:00
}
}