aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/monicahq/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-25 12:58:55 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-25 12:58:55 +0100
commit3dcb305ffb706a7604cdfbadf7f2d2e236cb223d (patch)
tree7024ca3305aa58ee099c7f2445ac54423badc72a /uncompressed/monicahq/package.json
parent#23 Add Write (diff)
downloadferdium-recipes-3dcb305ffb706a7604cdfbadf7f2d2e236cb223d.tar.gz
ferdium-recipes-3dcb305ffb706a7604cdfbadf7f2d2e236cb223d.tar.zst
ferdium-recipes-3dcb305ffb706a7604cdfbadf7f2d2e236cb223d.zip
#17 Add MonicaHQ
Diffstat (limited to 'uncompressed/monicahq/package.json')
-rwxr-xr-xuncompressed/monicahq/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/monicahq/package.json b/uncompressed/monicahq/package.json
new file mode 100755
index 0000000..90e348b
--- /dev/null
+++ b/uncompressed/monicahq/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "monicahq",
3 "name": "Monica HQ",
4 "version": "1.0.0",
5 "description": "Personal CRM. Remember everything about your friends and family.",
6 "main": "index.js",
7 "author": "Johannes Becker <mail@jkbecker.net>",
8 "license": "MIT",
9 "repository": "https://github.com/jkbecker/recipe-monica",
10 "config": {
11 "hasCustomUrl": true
12 }
13}