aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/hackmd/package.json
diff options
context:
space:
mode:
authorLibravatar Quentin Goinaud <armaldio@gmail.com>2019-10-28 22:11:35 +0100
committerLibravatar Quentin Goinaud <armaldio@gmail.com>2019-10-28 22:11:35 +0100
commit4de42fadc366706060541ca3c42245c23da63217 (patch)
tree5fbe892b6be714f9bff085367ca6c36e1025742e /uncompressed/hackmd/package.json
parentServe recipe icons from recipe repo (diff)
downloadferdium-recipes-4de42fadc366706060541ca3c42245c23da63217.tar.gz
ferdium-recipes-4de42fadc366706060541ca3c42245c23da63217.tar.zst
ferdium-recipes-4de42fadc366706060541ca3c42245c23da63217.zip
add hackmd
Diffstat (limited to 'uncompressed/hackmd/package.json')
-rw-r--r--uncompressed/hackmd/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/uncompressed/hackmd/package.json b/uncompressed/hackmd/package.json
new file mode 100644
index 0000000..517efb5
--- /dev/null
+++ b/uncompressed/hackmd/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "hackmd",
3 "name": "HackMd",
4 "version": "1.0.0",
5 "description": "HackMd",
6 "main": "index.js",
7 "author": "Armaldio <armaldio@gmail.com>",
8 "license": "MIT",
9 "repository": "",
10 "config": {
11 "serviceURL": "https://hackmd.io",
12 "hasNotificationSound": true
13 }
14}