Files
ThreadNet-Web/electron_app/package.json
T

21 lines
540 B
JSON
Raw Normal View History

2017-04-13 13:39:15 +01:00
{
"name": "riot-web",
2017-05-06 10:24:13 +01:00
"productName": "Riot",
"main": "src/electron-main.js",
2019-10-04 10:40:15 +01:00
"version": "1.4.2",
"description": "A feature-rich client for Matrix.org",
2018-10-27 11:04:05 +01:00
"author": "New Vector Ltd.",
"scripts": {
"build": "electron-build-env --electron 6.0.3 neon build seshat-node --release",
"postinstall": "yarn build"
},
2017-04-13 13:39:15 +01:00
"dependencies": {
"auto-launch": "^5.0.1",
"electron-store": "^2.0.0",
"electron-window-state": "^4.1.0",
"minimist": "^1.2.0",
"png-to-ico": "^1.0.2",
2019-11-14 12:12:54 +01:00
"matrix-seshat": "^0.3.0"
2017-04-13 13:39:15 +01:00
}
}