mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -05:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"name": "@electron-ci/is-valid-window",
|
|
"version": "0.0.5",
|
|
"main": "./lib/is-valid-window.js",
|
|
"private": true,
|
|
"licenses": "MIT",
|
|
"dependencies": {
|
|
"nan": "2.x"
|
|
},
|
|
"scripts": {
|
|
"install": "node-gyp configure && node-gyp build"
|
|
}
|
|
}
|