mirror of https://github.com/vector-im/riot-web
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"name": "riot-web",
|
|
"productName": "Riot",
|
|
"main": "src/electron-main.js",
|
|
"version": "0.14.0",
|
|
"description": "A feature-rich client for Matrix.org",
|
|
"author": "Vector Creations Ltd.",
|
|
"dependencies": {
|
|
"auto-launch": "^5.0.1",
|
|
"electron-window-state": "^4.1.0",
|
|
"minimist": "^1.2.0",
|
|
"png-to-ico": "^1.0.2"
|
|
}
|
|
}
|