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.
|
|
|
{
|
|
|
|
"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-doc.git"
|
|
|
|
},
|
|
|
|
"author": "The Matrix.org Foundation C.I.C.",
|
|
|
|
"private": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/matrix-org/matrix-doc"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/matrix-org/matrix-doc#readme",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^9.8.6",
|
|
|
|
"node-fetch": "^2.6.1",
|
|
|
|
"postcss-cli": "^7.1.2"
|
|
|
|
}
|
|
|
|
}
|