mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-10-01 01:36:03 -04:00
43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/veggiemonk/awesome-docker.git"
|
|
},
|
|
"author": "Julien Bisconti <julien.bisconti at gmail 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.2",
|
|
"critical": "1.3.4",
|
|
"dayjs": "1.7.7",
|
|
"draftlog": "1.0.12",
|
|
"fs-extra": "7.0.0",
|
|
"list.js": "1.5.0",
|
|
"node-fetch": "2.2.0",
|
|
"parcel-bundler": "1.10.3",
|
|
"rimraf": "2.6.2",
|
|
"showdown": "1.8.7",
|
|
"sitemap": "2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "10.0.1",
|
|
"eslint": "5.8.0",
|
|
"eslint-config-airbnb-base": "13.1.0",
|
|
"eslint-config-prettier": "3.1.0",
|
|
"eslint-plugin-import": "2.14.0",
|
|
"eslint-plugin-jsx-a11y": "6.1.2",
|
|
"eslint-plugin-prettier": "3.0.0",
|
|
"prettier": "1.14.3"
|
|
}
|
|
}
|