You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
923 B
JSON
31 lines
923 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",
|
|
"get:submodule": "git submodule update --init --depth 1",
|
|
"_prepare:docsy": "cd themes/docsy && npm install",
|
|
"prepare": "npm run get:submodule && npm run _prepare:docsy",
|
|
"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"
|
|
}
|
|
}
|