krata/package.json

24 lines
675 B
JSON
Raw Normal View History

2021-01-23 08:07:18 +01:00
{
"name": "jekyll-theme-chirpy",
2022-06-17 18:09:22 +02:00
"version": "5.2.1",
2022-02-03 23:03:01 +01:00
"description": "A minimal, responsive, and powerful Jekyll theme for presenting professional writing.",
2021-01-23 08:07:18 +01:00
"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": {
2021-01-23 08:07:18 +01:00
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
2021-01-24 23:20:51 +01:00
"gulp-insert": "^0.5.0",
2021-01-23 08:07:18 +01:00
"gulp-rename": "^2.0.0",
2021-01-24 23:20:51 +01:00
"gulp-uglify": "^3.0.2",
2021-12-02 16:33:39 +01:00
"uglify-js": "^3.14.3"
2021-01-23 08:07:18 +01:00
}
}