24 lines
676 B
JSON
24 lines
676 B
JSON
{
|
|
"name": "toha",
|
|
"version": "1.0.0",
|
|
"description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"autoprefixer": "postcss static/css/*/*.css --use autoprefixer -r --no-map"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hugo-toha/toha.git"
|
|
},
|
|
"author": "Emruz Hossain",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hugo-toha/toha/issues"
|
|
},
|
|
"homepage": "https://github.com/hugo-toha/toha#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.8",
|
|
"postcss": "^8.4.16",
|
|
"postcss-cli": "^8.3.1"
|
|
}
|
|
}
|