aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/simplenote/package.json
diff options
context:
space:
mode:
authorLibravatar Yoga Setiawan <ariokidev@gmail.com>2020-10-07 21:22:48 +0700
committerLibravatar GitHub <noreply@github.com>2020-10-07 15:22:48 +0100
commit986926a804f1ea00c070a9143b66dedb6913bf07 (patch)
tree43503ff3f244d0e32597329871f62b6d7581bace /recipes/simplenote/package.json
parentAdd recipe for YouTrack (#318) (diff)
downloadferdium-recipes-986926a804f1ea00c070a9143b66dedb6913bf07.tar.gz
ferdium-recipes-986926a804f1ea00c070a9143b66dedb6913bf07.tar.zst
ferdium-recipes-986926a804f1ea00c070a9143b66dedb6913bf07.zip
Add recipe for Simplenote (#317)
Diffstat (limited to 'recipes/simplenote/package.json')
-rw-r--r--recipes/simplenote/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/simplenote/package.json b/recipes/simplenote/package.json
new file mode 100644
index 0000000..ee3bc4b
--- /dev/null
+++ b/recipes/simplenote/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "simplenote",
3 "name": "Simplenote",
4 "version": "1.0.0",
5 "description": "simplenote",
6 "main": "index.js",
7 "author": "Ferdi <hello@getferdi.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://app.simplenote.com/"
11 }
12}