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.
matrix-spec/package.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"
}
}