metalsmith-groff/package.json
David Soulayrol b9f845dcaf v0.4.2
2025-10-11 14:20:38 +02:00

33 lines
897 B
JSON

{
"name": "metalsmith-groff",
"version": "0.4.2",
"description": "A Metalsmith plugin to call the groff document formatting system on files",
"readmeFilename": "README.md",
"homepage": "https://forge.ti-nuage.fr/forgejo/david/metalsmith-groff",
"author": "David Soulayrol <david@soulayrol.name>",
"keywords": [
"metalsmith",
"groff"
],
"license": "GPL-3.0+",
"bugs": {
"url": "https://forge.ti-nuage.fr/forgejo/david/metalsmith-groff/issues",
"email": "david@soulayrol.name"
},
"repository": {
"type": "git",
"url": "https://forge.ti-nuage.fr/forgejo/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"
}
}