mirror of https://github.com/dapr/docs.git
21 lines
433 B
JSON
21 lines
433 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",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.8.6",
|
|
"postcss-cli": "^7.1.2"
|
|
}
|
|
}
|