Add metadata to package.json and bump version to 0.9-beta

This commit is contained in:
Alex Gleason
2020-04-30 12:33:56 -05:00
parent 630bed980c
commit 2cd66dc1a5
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
{
"name": "soapbox-fe",
"version": "0.0.0",
"description": "Soapbox frontend for Pleroma.",
"homepage": "https://soapbox.pub/",
"repository": {
"type" : "git",
"url" : "https://gitlab.com/soapbox-pub/soapbox-fe.git"
},
"keywords": ["fediverse", "pleroma"],
"bugs": {
"url": "https://gitlab.com/soapbox-pub/soapbox-fe/-/issues"
},
"scripts": {
"start": "npx webpack-dev-server --config webpack",
"dev": "${npm_execpath} run start",