Update package.json

This commit is contained in:
Nikita Karamov 2021-08-14 19:01:37 +02:00
parent d16f5ffa27
commit 7b976026a4
No known key found for this signature in database
GPG Key ID: 7FCADEDBB1AEBE44
1 changed files with 8 additions and 4 deletions

View File

@ -1,11 +1,15 @@
{
"name": "toot",
"version": "1.2.2",
"main": "src/index.pug",
"repository": "git@github.com:NickKaramoff/toot.git",
"description": "Cross-instance share page for Mastodon",
"license": "AGPL-3.0-or-later",
"author": "Nikita Karamov <nick@karamoff.dev>",
"license": "AGPL-3.0-only",
"private": "true",
"homepage": "https://toot.karamoff.dev/",
"repository": {
"type": "git",
"url": "https://github.com/NickKaramoff/toot.git"
},
"private": true,
"scripts": {
"build": "gulp",
"dev": "gulp watch",