mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"name": "@electron-ci/echo",
|
|
"version": "0.0.1",
|
|
"main": "./lib/echo.js",
|
|
"scripts": {
|
|
"install": "node-gyp configure && node-gyp build"
|
|
}
|
|
}
|