add empty package.json

This commit is contained in:
Michael Schramm 2020-06-03 13:40:48 +02:00
parent b253917350
commit d3f463d801

10
package.json Normal file
View File

@ -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"
}
}