mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
18 lines
483 B
JSON
18 lines
483 B
JSON
{
|
|
"name": "electron-in-page-search-webview-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "../../node_modules/.bin/electron .",
|
|
"debug": "ELECTRON_IN_PAGE_SEARCH_DEBUG=true ../../node_modules/.bin/electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "rhysd <lin90162@yahoo.co.jp>",
|
|
"license": "MIT",
|
|
"devDependencies": {},
|
|
"dependencies": {}
|
|
}
|