aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-09-22 20:56:48 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-22 19:56:48 +0100
commit6f5e4a00588aefdda7a5a1cfe70935870e7e234a (patch)
tree9e29aa7aa0620a1a4a968ff8739b4b8ba96791a9 /package.json
parentUpdated logos for Outlook/OWA (diff)
downloadferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.gz
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.zst
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.zip
Unpack recipes and update recipes icons (#292)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'package.json')
-rw-r--r--package.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..395cfca
--- /dev/null
+++ b/package.json
@@ -0,0 +1,33 @@
1{
2 "name": "ferdi-recipes",
3 "version": "1.0.0",
4 "description": "Recipes for the Ferdi Desktop App",
5 "main": "index.js",
6 "directories": {
7 "doc": "docs"
8 },
9 "scripts": {
10 "package": "node scripts/package.js",
11 "create": "node scripts/create.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/getferdi/recipes.git"
16 },
17 "keywords": [
18 "ferdi",
19 "recipes"
20 ],
21 "author": "The Ferdi Team <hello@getferdi.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/getferdi/recipes/issues"
25 },
26 "homepage": "https://github.com/getferdi/recipes#readme",
27 "dependencies": {
28 "fs-extra": "^9.0.1",
29 "image-size": "^0.9.1",
30 "open": "^7.2.1",
31 "targz": "^1.0.1"
32 }
33}