summaryrefslogtreecommitdiff
path: root/package.json
blob: e1b7d54efb83c2aba12c726123db6f5da4e792bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
}