mirror of https://github.com/dapr/docs.git
24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"name": "dapr-docs-hugo",
|
|
"version": "0.0.1",
|
|
"description": "Docs site for the Dapr project",
|
|
"main": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dapr/docs.git"
|
|
},
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/dapr/docs/issues"
|
|
},
|
|
"homepage": "https://dapr.io",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.2.5",
|
|
"postcss-cli": "^8.3.1"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.2.5",
|
|
"postcss": "^8.3.0"
|
|
}
|
|
}
|