aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pinterest/package.json
diff options
context:
space:
mode:
authorLibravatar Yoga Setiawan <ariokidev@gmail.com>2020-10-08 01:01:25 +0700
committerLibravatar GitHub <noreply@github.com>2020-10-07 19:01:25 +0100
commitd77a5da3dd50c610c5d7672ae823232ad7b56c71 (patch)
treed881fca90b4498b504793fef2b3d8a549a56c375 /recipes/pinterest/package.json
parentAdd recipe for Slite (#312) (diff)
downloadferdium-recipes-d77a5da3dd50c610c5d7672ae823232ad7b56c71.tar.gz
ferdium-recipes-d77a5da3dd50c610c5d7672ae823232ad7b56c71.tar.zst
ferdium-recipes-d77a5da3dd50c610c5d7672ae823232ad7b56c71.zip
Added recipe for Pinterest (#316)
Diffstat (limited to 'recipes/pinterest/package.json')
-rw-r--r--recipes/pinterest/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/pinterest/package.json b/recipes/pinterest/package.json
new file mode 100644
index 0000000..e76645a
--- /dev/null
+++ b/recipes/pinterest/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "pinterest",
3 "name": "Pinterest",
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://pinterest.com"
11 }
12}