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: 3f343c4e8169e8d9aa339e1fa8c9145b868c8168 (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.19",
    "postcss-cli": "^8.3.1"
  }
}