-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 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
27
28
29
30
31
32
33
{
"name": "alexdiliberto.github.io",
"version": "0.0.0",
"description": "Alex DiLiberto's personal website and blog",
"bugs": {
"url": "https://github.com/alexdiliberto/alexdiliberto.github.io/issues"
},
"license": "MIT",
"author": "Alex DiLiberto <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/alexdiliberto/alexdiliberto.github.io"
},
"scripts": {
"clean": "bundle exec jekyll clean",
"serve": "bundle exec jekyll serve",
"serve:mobile": "bundle exec jekyll serve --host=0.0.0.0",
"update": "bundle update github-pages"
},
"dependencies": {
"fastclick": "^1.0.6",
"fg-loadcss": "^2.1.0",
"fontfaceobserver": "^2.1.0",
"normalize.css": "^8.0.1",
"outdatedbrowser": "^1.1.5",
"svg4everybody": "^2.1.9"
},
"private": true,
"volta": {
"node": "12.14.0",
"yarn": "1.21.1"
}
}