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

package.json - github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab6772408c0304c35fad97508ebc16d17ef5f673 (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
27
28
29
30
31
32
{
  "name": "hugo-now",
  "version": "1.0.0",
  "description": "![Powered By Hugo](https://raw.githubusercontent.com/mikeblum/hugo-now/master/static/logo/hugo-now.png)",
  "main": "Gulpfile.js",
  "dependencies": {},
  "devDependencies": {
    "del": "^3.0.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-exec": "^2.1.3",
    "gulp-minify": "^3.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
    "gulp-uglify": "^3.0.0",
    "gulp-watch": "^5.0.1",
    "yargs-parser": ">=5.0.0-security.0"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikeblum/hugo-now.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mikeblum/hugo-now/issues"
  },
  "homepage": "https://github.com/mikeblum/hugo-now#readme"
}