metalsmith-index/package.json
2024-05-12 15:57:08 +02:00

28 lines
719 B
JSON

{
"name": "metalsmith-index",
"version": "1.1.1",
"description": "A Metalsmith plugin to create directory indexes",
"readmeFilename": "README.md",
"homepage": "https://forge.ti-nuage.fr/gitea/david/metalsmith-index",
"author": {
"name": "David Soulayrol",
"email": "david@soulayrol.name"
},
"license": "GPL-3.0+",
"repository": {
"type": "git",
"url": "https://forge.ti-nuage.fr/gitea/david/metalsmith-index"
},
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --slow 300"
},
"devDependencies": {
"eol": "^0.9.1",
"metalsmith": "^2.3.0",
"mocha": "^10.4.0"
},
"dependencies": {
"recursive-readdir": "^2.2.1"
}
}