metalsmith-groff/package.json

34 lines
888 B
JSON
Raw Permalink Normal View History

2022-05-22 11:25:48 +02:00
{
"name": "metalsmith-groff",
2023-08-28 22:04:15 +02:00
"version": "0.4.1",
2022-05-22 11:25:48 +02:00
"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>",
2022-05-24 08:59:37 +02:00
"keywords": [
"metalsmith",
"groff"
],
2022-05-22 11:25:48 +02:00
"license": "GPL-3.0+",
2022-05-23 15:59:29 +02:00
"bugs": {
2022-05-24 08:59:37 +02:00
"url": "https://apps.ti-nuage.fr/gitea/david/metalsmith-groff/issues",
"email": "david@soulayrol.name"
2022-05-23 15:59:29 +02:00
},
2022-05-22 11:25:48 +02:00
"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": {
2023-08-28 21:43:20 +02:00
"debug": "^2.6.9",
2022-05-22 11:25:48 +02:00
"minimatch": "^3.0.3"
},
"devDependencies": {
"metalsmith": "^2.3.0",
2023-08-28 21:43:20 +02:00
"mocha": "^10.2.0"
2022-05-22 11:25:48 +02:00
}
}