{ "name": "metalsmith-groff", "version": "0.4.1", "description": "A Metalsmith plugin to call the groff document formatting system on files", "readmeFilename": "README.md", "homepage": "https://apps.ti-nuage.fr/gitea/david/metalsmith-groff", "author": "David Soulayrol ", "keywords": [ "metalsmith", "groff" ], "license": "GPL-3.0+", "bugs": { "url": "https://apps.ti-nuage.fr/gitea/david/metalsmith-groff/issues", "email": "david@soulayrol.name" }, "repository": { "type": "git", "url": "https://apps.ti-nuage.fr/gitea/david/metalsmith-groff.git" }, "main": "lib/index.js", "scripts": { "test": "node_modules/.bin/mocha --reporter spec --slow 300" }, "dependencies": { "debug": "^2.6.9", "minimatch": "^3.0.3" }, "devDependencies": { "metalsmith": "^2.3.0", "mocha": "^10.2.0" } }