mirror of
https://github.com/electron/electron.git
synced 2026-01-14 09:58:04 -05: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"
|
|
}
|
|
}
|