mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
26 lines
714 B
JSON
26 lines
714 B
JSON
{
|
|
"name": "triliumnext.notes.client",
|
|
"version": "0.0.1",
|
|
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
|
|
"homepage": "https://github.com/TriliumNext/Notes#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/TriliumNext/Notes/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TriliumNext/Notes.git"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"author": {
|
|
"name": "TriliumNext Notes Team",
|
|
"email": "contact@eliandoran.me",
|
|
"url": "https://github.com/TriliumNext/Notes"
|
|
},
|
|
"copyright": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|