aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/monicahq/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/monicahq/package.json')
-rwxr-xr-xrecipes/monicahq/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/monicahq/package.json b/recipes/monicahq/package.json
new file mode 100755
index 0000000..90e348b
--- /dev/null
+++ b/recipes/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}