aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/onenote/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:36 +0200
committerLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:36 +0200
commit6c0449e4e524f26d392c84ea0dcab8d43d19f042 (patch)
treec808bf6bf2c4e349ee94bfd7535420b2c8dc8639 /recipes/onenote/package.json
parentAdd iCloud Reminders (diff)
downloadferdium-recipes-6c0449e4e524f26d392c84ea0dcab8d43d19f042.tar.gz
ferdium-recipes-6c0449e4e524f26d392c84ea0dcab8d43d19f042.tar.zst
ferdium-recipes-6c0449e4e524f26d392c84ea0dcab8d43d19f042.zip
Add OneNote
Diffstat (limited to 'recipes/onenote/package.json')
-rw-r--r--recipes/onenote/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/onenote/package.json b/recipes/onenote/package.json
new file mode 100644
index 0000000..70fda8f
--- /dev/null
+++ b/recipes/onenote/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "onenote",
3 "name": "OneNote",
4 "version": "1.0.0",
5 "description": "onenote",
6 "main": "index.js",
7 "author": "Ferdi <hello@getferdi.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://onenote.com"
11 }
12}