summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
+}