mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
Profiles can now have avatars
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "core",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "gluon build",
|
||||
"start": "gluon run",
|
||||
"import": "gluon import",
|
||||
"export": "gluon export",
|
||||
"init": "python3 init-browser.py"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zen-browser/core.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zen-browser/core/issues"
|
||||
},
|
||||
"homepage": "https://github.com/zen-browser/core#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user