summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorArne Rief <arne.rief@gmail.com>2023-05-01 18:46:30 +0200
committerArne Rief <arne.rief@gmail.com>2023-05-01 18:46:30 +0200
commit7d286f7ffda5b67c9fcc3de76b144d2f43d82881 (patch)
tree90cc86a28d05ef7d861c7fed0151fff375d18f6e /package.json
parentb2438296c9be5820f1cfccb2623a7f66566b82b1 (diff)
Accessibility upgrade
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
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"
+}