aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/figma/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:21 +0200
committerLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:21 +0200
commit07d6c7308dc43a1b1870a7085949b37596a69eb1 (patch)
tree23676bab1be8049c1c567b379fea8850670f7620 /recipes/figma/package.json
parentAdd DevDocs (diff)
downloadferdium-recipes-07d6c7308dc43a1b1870a7085949b37596a69eb1.tar.gz
ferdium-recipes-07d6c7308dc43a1b1870a7085949b37596a69eb1.tar.zst
ferdium-recipes-07d6c7308dc43a1b1870a7085949b37596a69eb1.zip
Add Figma
Diffstat (limited to 'recipes/figma/package.json')
-rw-r--r--recipes/figma/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/figma/package.json b/recipes/figma/package.json
new file mode 100644
index 0000000..15d844b
--- /dev/null
+++ b/recipes/figma/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "figma",
3 "name": "Figma",
4 "version": "1.0.0",
5 "description": "figma",
6 "main": "index.js",
7 "author": "Ferdi <hello@getferdi.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://figma.com"
11 }
12}