From 650357b129cd733ef5d451ce25cdbcf3364cde6b Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Thu, 29 Oct 2020 09:06:18 -0400 Subject: [PATCH] Add package ffpass (#1682) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index ac36e15..b2a6f22 100644 --- a/packages.json +++ b/packages.json @@ -20019,5 +20019,18 @@ "description": "Sample Todo List Application", "license": "MIT", "web": "https://github.com/momeemt/SampleTodoList" + }, + { + "name": "ffpass", + "url": "https://github.com/bunkford/ffpass", + "method": "git", + "tags": [ + "automotive", + "api" + ], + "description": "Api Calls for Ford vehicles equipped with the fordpass app.", + "license": "MIT", + "web": "https://github.com/bunkford/ffpass", + "doc": "https://bunkford.github.io/ffpass/docs/ffpass.html" } ]