From 986926a804f1ea00c070a9143b66dedb6913bf07 Mon Sep 17 00:00:00 2001 From: Yoga Setiawan Date: Wed, 7 Oct 2020 21:22:48 +0700 Subject: Add recipe for Simplenote (#317) --- recipes/simplenote/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/simplenote/package.json (limited to 'recipes/simplenote/package.json') 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 @@ +{ + "id": "simplenote", + "name": "Simplenote", + "version": "1.0.0", + "description": "simplenote", + "main": "index.js", + "author": "Ferdi ", + "license": "MIT", + "config": { + "serviceURL": "https://app.simplenote.com/" + } +} -- cgit v1.2.3-54-g00ecf