aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/memos/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/memos/package.json')
-rw-r--r--recipes/memos/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/memos/package.json b/recipes/memos/package.json
new file mode 100644
index 0000000..e87fd4f
--- /dev/null
+++ b/recipes/memos/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "memos",
3 "name": "memos",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/usememos/memos"
9 },
10 "config": {
11 "message": "A self-hosted privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.",
12 "hasCustomUrl": true,
13 "hasDirectMessages": false
14 }
15}