metalsmith-groff/package.json
David Soulayrol fbf58caf61 0.4.1
2023-08-28 22:04:15 +02:00

34 lines
888 B
JSON

{
"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 <david@soulayrol.name>",
"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"
}
}