mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 11:15:23 -04:00
58 lines
1.1 KiB
JSON
58 lines
1.1 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://github.com/jakejarvis/hugo-extended#readme",
|
|
"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",
|
|
"bin",
|
|
"binary",
|
|
"wrapper",
|
|
"static site generator"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|