UNPKG

electron-background

Version:
41 lines (40 loc) 846 B
{ "name": "electron-background", "version": "1.0.0", "description": "launch a detached electron app", "main": "index.js", "bin": "./bin.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "bin.js", "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/catdad/electron-background.git" }, "keywords": [ "electron", "launch", "start", "background", "detached", "command line", "bash", "terminal" ], "author": "Kiril Vatev <vatev.1@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/catdad/electron-background/issues" }, "homepage": "https://github.com/catdad/electron-background#readme", "dependencies": { "import-from": "^3.0.0" }, "engines": { "node": ">=8.0.0" } }