1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00
Files
gitlit/app/node_modules/electron-in-page-search/example/webview/package.json
2018-06-03 13:57:23 +02:00

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": {}
}