-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "personal-website",
"version": "1.1.0",
"license": "MIT",
"author": "Albert Schilling <[email protected]> (http://www.albert-schilling.de/)",
"homepage": "https://github.com/albert-schilling/personal-website#readme",
"description": "Personal website by frontend developer Albert Schilling",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/albert-schilling/personal-website.git"
},
"bugs": {
"url": "https://github.com/albert-schilling/personal-website/issues"
},
"scripts": {
"start": "parcel --dist-dir docs src/index.html",
"build": "parcel build --dist-dir docs --public-url=/personal-website src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@parcel/transformer-sass": "2.9.3",
"parcel": "^2.9.3",
"sass": "^1.66.1"
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}