aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/zeplin/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-25 12:50:08 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-25 12:50:08 +0100
commit1bfdd391c8d2607e8917d827d28a06b4a11bde9d (patch)
tree6ef936e226f8504d10c9c717032cef89a0a775bb /uncompressed/zeplin/package.json
parentUpdate recipe_request.md (diff)
downloadferdium-recipes-1bfdd391c8d2607e8917d827d28a06b4a11bde9d.tar.gz
ferdium-recipes-1bfdd391c8d2607e8917d827d28a06b4a11bde9d.tar.zst
ferdium-recipes-1bfdd391c8d2607e8917d827d28a06b4a11bde9d.zip
#31 Add Zeplin
Diffstat (limited to 'uncompressed/zeplin/package.json')
-rw-r--r--uncompressed/zeplin/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/uncompressed/zeplin/package.json b/uncompressed/zeplin/package.json
new file mode 100644
index 0000000..b509ea8
--- /dev/null
+++ b/uncompressed/zeplin/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "zeplin",
3 "name": "Zeplin",
4 "version": "1.0.0",
5 "description": "Zeplin",
6 "main": "index.js",
7 "author": "Adrián Gómez - http://adgllorente.com",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://app.zeplin.io/login"
11 }
12}