From d3f463d801cb14c0aa70459c736909ea766d5efd Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Wed, 3 Jun 2020 13:40:48 +0200 Subject: [PATCH] add empty package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..5742958c --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "ohmyform", + "description": "Opensource alternative to TypeForm", + "homepage": "https://github.com/ohmyform/ohmyform", + "license": "AGPL", + "repository": { + "type": "git", + "url": "https://github.com/ohmyform/ohmyform.git" + } +}