diff options
| author | Arne Rief <arne.rief@gmail.com> | 2023-05-01 18:46:30 +0200 |
|---|---|---|
| committer | Arne Rief <arne.rief@gmail.com> | 2023-05-01 18:46:30 +0200 |
| commit | 7d286f7ffda5b67c9fcc3de76b144d2f43d82881 (patch) | |
| tree | 90cc86a28d05ef7d861c7fed0151fff375d18f6e /package.json | |
| parent | b2438296c9be5820f1cfccb2623a7f66566b82b1 (diff) | |
Accessibility upgrade
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 24 |
1 files changed, 24 insertions, 0 deletions
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" +} |
