Neb added
This commit is contained in:
+14
-13
@@ -1,24 +1,25 @@
|
||||
{
|
||||
"name": "nebulabrowser",
|
||||
"name": "nebula",
|
||||
"productName": "Nebula",
|
||||
"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"
|
||||
"start": "electron .",
|
||||
"dist": "electron-builder"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Bobbybear007/NebulaBrowser/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Bobbybear007/NebulaBrowser#readme",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"electron": "^37.2.4"
|
||||
"electron": "^37.2.3",
|
||||
"electron-builder": "^23.0.0"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.andrewzambazos.nebula",
|
||||
"mac": {
|
||||
"category": "public.app-category.productivity",
|
||||
"icon": "assets/images/Logos/Nebula-Icon.ico"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user