mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -05:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"name": "@electron-ci/osr-gpu",
|
|
"version": "0.0.1",
|
|
"main": "./lib/osr-gpu.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"install": "node-gyp configure && node-gyp build"
|
|
}
|
|
}
|