Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 601d2b37c17dba5bdbe05613f7af261f2cbcfb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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.13",
    "postcss": "^8.4.18",
    "postcss-cli": "^8.3.1"
  }
}