43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"name": "jekyll-theme-chirpy",
|
|
"version": "5.1.0",
|
|
"description": "A minimal, responsive, and powerful Jekyll theme for presenting professional writing.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cotes2020/jekyll-theme-chirpy.git"
|
|
},
|
|
"author": "Cotes Chung",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cotes2020/jekyll-theme-chirpy/issues"
|
|
},
|
|
"homepage": "https://github.com/cotes2020/jekyll-theme-chirpy#readme",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-insert": "^0.5.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"standard-version": "^9.3.2",
|
|
"uglify-js": "^3.14.3"
|
|
},
|
|
"standard-version": {
|
|
"skip": {
|
|
"commit": true,
|
|
"tag": true
|
|
},
|
|
"types": [{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Improvements"
|
|
}
|
|
]
|
|
}
|
|
}
|