25 lines
592 B
JSON
25 lines
592 B
JSON
{
|
|
"name": "nebulabrowser",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start" : "electron . --disable-gpu-sandbox"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Bobbybear007/NebulaBrowser.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Bobbybear007/NebulaBrowser/issues"
|
|
},
|
|
"homepage": "https://github.com/Bobbybear007/NebulaBrowser#readme",
|
|
"devDependencies": {
|
|
"electron": "^37.2.4"
|
|
}
|
|
}
|