awesome-docker/package.json

30 lines
902 B
Markdown
Raw Normal View History

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