update metadata in package.json

This commit is contained in:
Robert Kaussow 2020-06-28 14:47:14 +02:00
parent ad2191e6d6
commit 3a520a9761
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61

View file

@ -1,16 +1,16 @@
{ {
"name": "geekdoc", "name": "geekdoc",
"version": "1.0.0", "version": "1.0.0",
"description": "Lightweight repsonsive docs theme for hugo", "description": "Hugo theme made for documentation",
"main": "gulpfile.js", "main": "gulpfile.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "gitea@gitea.rknet.org:xoxys/theme-geekdoc.git" "url": "https://github.com/xoxys/hugo-geekdoc"
}, },
"author": "xoxys <mail@rknet.org>", "author": "Robert Kaussow",
"license": "MIT", "license": "MIT",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {