mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-10-01 01:36:03 -04:00
fbd63ea02d
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
902 B
Markdown
30 lines
902 B
Markdown
{
|
|
"name": "awesome-docker-website",
|
|
"version": "1.0.0",
|
|
"description": "A curated list of Docker resources and projects Inspired by @sindresorhus and improved by amazing contributors",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"build": "rimraf ./dist/ && node build.js",
|
|
"test-pr": "node tests/pull_request.mjs",
|
|
"test": "node tests/test_all.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/veggiemonk/awesome-docker.git"
|
|
},
|
|
"author": "Julien Bisconti <julien.bisconti at hotmail dot com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/veggiemonk/awesome-docker/issues"
|
|
},
|
|
"homepage": "https://github.com/veggiemonk/awesome-docker#readme",
|
|
"dependencies": {
|
|
"cheerio": "1.0.0-rc.12",
|
|
"draftlog": "1.0.13",
|
|
"fs-extra": "11.1.0",
|
|
"node-fetch": "3.3.0",
|
|
"rimraf": "4.1.1",
|
|
"showdown": "^2.1.0"
|
|
}
|
|
}
|