Files
ThreadNet-Web/electron_app/package.json
T

15 lines
347 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",
2017-12-04 12:29:32 +00:00
"version": "0.13.3",
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
2017-04-13 13:39:15 +01:00
"dependencies": {
"auto-launch": "^5.0.1",
"electron-window-state": "^4.1.0",
"minimist": "^1.2.0",
"png-to-ico": "^1.0.2"
2017-04-13 13:39:15 +01:00
}
}