15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"heroku-prebuild": "scripts/heroku/prebuild.sh",
|
|
"heroku-postbuild": "scripts/heroku/postbuild.sh"
|
|
}
|
|
}
|