{ "name": "hugo-extended", "version": "0.72.0", "hugoVersion": "0.72.0", "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" } } }