SkyNX/SkyNX-Streamer/package.json

23 lines
620 B
JSON

{
"name": "Base-Electron-App",
"version": "1.0.0",
"description": "The bestest Electron window.",
"main": "main.js",
"scripts": {
"start": "electron --enable-transparent-visuals --no-sandbox --disable-web-security ."
},
"repository": "https://github.com/delv0rd/modular-web-server",
"keywords": [],
"author": "Dustin Harris",
"license": "",
"dependencies": {
"bootstrap": "latest",
"electron": "latest",
"electron-window-state": "latest",
"formidable": "latest",
"jquery": "latest",
"popper.js": "latest",
"readdirp": "latest",
"windows-elevate": "^1.0.1"
}
}