From 7d286f7ffda5b67c9fcc3de76b144d2f43d82881 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Mon, 1 May 2023 18:46:30 +0200 Subject: Accessibility upgrade --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..e1b7d54 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "arne-rief-portfolio-page", + "version": "1.0.0", + "description": "This is my portfolio website, built with HTML and Sass.", + "main": "index.html", + "scripts": { + "build": "npx sass sass/main.scss style.css" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Arrief/portfolio-page.git" + }, + "keywords": [ + "portfolio", + "web developer", + "sass" + ], + "author": "Arne Rief", + "license": "ISC", + "bugs": { + "url": "https://github.com/Arrief/portfolio-page/issues" + }, + "homepage": "https://github.com/Arrief/portfolio-page#readme" +} -- cgit v1.2.3