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

package.json - github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68668cbe8087757ccd89a4c0c16b5bc953599c96 (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
25
26
{
  "name": "hugo-base16-theme",
  "version": "0.18.04",
  "description": "Base16 is a simple and colorful theme with the base16 eighties colorscheme",
  "scripts": {
    "build": "gulp build",
    "watch": "gulp watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/htdvisser/hugo-base16-theme.git"
  },
  "author": "Hylke Visser",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/htdvisser/hugo-base16-theme/issues"
  },
  "homepage": "https://github.com/htdvisser/hugo-base16-theme#readme",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-postcss": "^7.0.1",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-watch": "^5.0.0",
    "postcss-preset-env": "^3.4.0"
  }
}