Update package.json
This commit is contained in:
parent
d16f5ffa27
commit
7b976026a4
1 changed files with 8 additions and 4 deletions
12
package.json
12
package.json
|
@ -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",
|
||||
|
|
Reference in a new issue