riot-web/electron_app/package.json

14 lines
319 B
JSON
Raw Normal View History

{
"name": "riot-web",
"productName": "Riot",
"main": "src/electron-main.js",
2017-06-02 15:36:39 +02:00
"version": "0.10.0",
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"dependencies": {
"electron-window-state": "^4.1.0",
"auto-launch": "^5.0.1",
"minimist": "^1.2.0"
}
}