mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 18:08:26 -04:00
67 lines
1.2 KiB
JSON
67 lines
1.2 KiB
JSON
{
|
|
"name": "hugo-extended",
|
|
"version": "0.69.2",
|
|
"hugoVersion": "0.69.2",
|
|
"description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
|
|
"homepage": "https://jarv.is/hugo-node/",
|
|
"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": "~6.x",
|
|
"xo": "~0.25.x"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node lib/install.js",
|
|
"test": "xo && mocha && node cli.js env"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"lib/*.js",
|
|
"cli.js",
|
|
"index.js"
|
|
],
|
|
"bin": {
|
|
"hugo": "cli.js"
|
|
},
|
|
"xo": {
|
|
"space": true,
|
|
"rules": {
|
|
"object-curly-spacing": "off"
|
|
}
|
|
}
|
|
}
|