awesome-docker/package.json

30 lines
902 B
Markdown
Raw Permalink Normal View History

2018-03-17 16:27:41 +01:00
{
"name": "awesome-docker-website",
"version": "1.0.0",
2018-06-08 19:38:46 +02:00
"description": "A curated list of Docker resources and projects Inspired by @sindresorhus and improved by amazing contributors",
2018-07-21 15:12:59 +02:00
"main": "build.js",
2018-03-17 16:27:41 +01:00
"scripts": {
2020-04-13 16:15:18 +02:00
"build": "rimraf ./dist/ && node build.js",
2021-10-23 23:09:46 +02:00
"test-pr": "node tests/pull_request.mjs",
"test": "node tests/test_all.mjs"
2018-03-17 16:27:41 +01:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/veggiemonk/awesome-docker.git"
},
2019-09-11 14:09:34 +02:00
"author": "Julien Bisconti <julien.bisconti at hotmail dot com>",
2018-06-08 19:38:46 +02:00
"license": "Apache-2.0",
2018-03-17 16:27:41 +01:00
"bugs": {
"url": "https://github.com/veggiemonk/awesome-docker/issues"
},
"homepage": "https://github.com/veggiemonk/awesome-docker#readme",
"dependencies": {
"cheerio": "1.0.0-rc.12",
2021-10-23 22:59:57 +02:00
"draftlog": "1.0.13",
"fs-extra": "11.2.0",
"node-fetch": "3.3.2",
"rimraf": "5.0.7",
"showdown": "^2.1.0"
2018-03-17 16:27:41 +01:00
}
2020-04-13 17:42:17 +02:00
}