{ "name": "hugo-extended", "version": "0.83.1", "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" }, "files": [ "index.js", "cli.js", "install.js" ], "bin": { "hugo": "cli.js", "hugo-extended": "cli.js" }, "main": "index.js", "dependencies": { "cross-spawn": "^7.0.3", "decompress": "^4.2.1", "follow-redirects": "^1.14.1" }, "devDependencies": { "eslint": "^7.27.0", "mocha": "^8.4.0" }, "scripts": { "postinstall": "node install.js", "test": "eslint \"**/*.js\" && mocha" }, "engines": { "node": ">=10" }, "keywords": [ "hugo", "hugo extended", "gohugoio", "cli", "front-end", "bin", "binary", "wrapper", "static site generator", "static-site", "ssg", "static", "markdown", "blog", "frontmatter", "go", "golang" ], "eslintConfig": { "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 8, "sourceType": "module" }, "env": { "node": true, "es6": true } } }