1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 14:38:28 -04:00
hugo-extended/package.json
dependabot-preview[bot] f7e62e1d62 Bump xo from 0.35.0 to 0.36.1
Bumps [xo](https://github.com/xojs/xo) from 0.35.0 to 0.36.1.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.35.0...v0.36.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-13 09:33:25 -05:00

65 lines
1.2 KiB
JSON

{
"name": "hugo-extended",
"version": "0.79.0",
"description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
"license": "MIT",
"author": {
"name": "Jake Jarvis",
"email": "jake@jarv.is",
"url": "https://github.com/jakejarvis"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakejarvis/hugo-extended.git"
},
"keywords": [
"hugo",
"hugo extended",
"gohugoio",
"cli",
"front-end",
"bin",
"binary",
"wrapper",
"static site generator",
"static-site",
"ssg",
"static",
"markdown",
"blog",
"frontmatter",
"go",
"golang"
],
"main": "index.js",
"dependencies": {
"bin-wrapper": "^4.1.0"
},
"devDependencies": {
"bin-check": "^4.1.0",
"mocha": "^8.2.1",
"xo": "^0.36.1"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "xo && mocha && node cli.js env"
},
"engines": {
"node": ">=10"
},
"files": [
"lib/*.js",
"cli.js",
"index.js"
],
"bin": {
"hugo": "cli.js"
},
"xo": {
"space": true,
"rules": {
"object-curly-spacing": "off"
}
}
}