riot-web/electron_app/package.json

12 lines
264 B
JSON
Raw Normal View History

{
"name": "riot-web",
"productName": "Riot",
"main": "src/electron-main.js",
2017-05-22 12:40:10 +02:00
"version": "0.9.10",
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"dependencies": {
"electron-window-state": "^4.1.0"
}
}