aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/excalidraw/package.json
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-07-26 01:14:25 +0200
committerLibravatar GitHub <noreply@github.com>2023-07-26 04:44:25 +0530
commit4da9bd8ba787503af5f6e738306b3ee0807496e6 (patch)
treeda285d373fb466f1d7037d3e2d855ab8a48e1d27 /recipes/excalidraw/package.json
parentadd CiteopehtEripmav as a contributor for code (#396) (diff)
downloadferdium-recipes-4da9bd8ba787503af5f6e738306b3ee0807496e6.tar.gz
ferdium-recipes-4da9bd8ba787503af5f6e738306b3ee0807496e6.tar.zst
ferdium-recipes-4da9bd8ba787503af5f6e738306b3ee0807496e6.zip
Add Excalidraw recipe (#393)
Diffstat (limited to 'recipes/excalidraw/package.json')
-rw-r--r--recipes/excalidraw/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/excalidraw/package.json b/recipes/excalidraw/package.json
new file mode 100644
index 0000000..cb07bd6
--- /dev/null
+++ b/recipes/excalidraw/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "excalidraw",
3 "name": "Excalidraw",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://excalidraw.com/",
8 "hasCustomUrl": true
9 }
10}