-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 872 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
{
"name": "christopheradams.io",
"version": "0.0.1",
"description": "Articles and Photographs by Christopher Adams",
"private": true,
"scripts": {
"build": "JEKYLL_ENV=production bundle exec jekyll build",
"deploy": "rsync -avz --delete _site/ $1",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "bundle exec jekyll serve --livereload --drafts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christopheradams/christopheradams.io.git"
},
"keywords": [
"blog",
"jekyll"
],
"author": "Christopher Adams",
"license": "MIT",
"bugs": {
"url": "https://github.com/christopheradams/christopheradams.io/issues"
},
"homepage": "https://github.com/christopheradams/christopheradams.io#readme",
"dependencies": {
"bootstrap": "^5.3.2",
"pygments-rouge-css": "^0.1.0"
}
}