mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-24 03:54:10 +01:00
This is the recommended way to use it now. Also I couldn't get Hugo to work with Docsy v0.8.0 as a git submodule. Uses a development branch on my personal fork for now, until changes are merged in matrix-org/docsy. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
28 lines
739 B
JSON
28 lines
739 B
JSON
{
|
|
"name": "matrix-spec",
|
|
"version": "0.0.1",
|
|
"description": "Hugo theme for the Matrix specification.",
|
|
"main": "none.js",
|
|
"scripts": {
|
|
"get-proposals": "node ./scripts/proposals.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/matrix-org/matrix-spec.git"
|
|
},
|
|
"author": "The Matrix.org Foundation C.I.C.",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/matrix-org/matrix-spec"
|
|
},
|
|
"homepage": "https://github.com/matrix-org/matrix-spec#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.2",
|
|
"node-fetch": "^2.6.7",
|
|
"postcss-cli": "^9.1.0",
|
|
"postcss": "^8.4.6"
|
|
}
|
|
}
|