mirror of
https://github.com/mileswolfallen2/gelectron.git
synced 2026-09-08 04:43:14 +00:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"name": "gelectron-benchmark",
|
|
"version": "1.0.0",
|
|
"description": "Simple web benchmark for comparing Electron vs Gelectron",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"electron": "^43.4.0"
|
|
}
|
|
}
|