Files
the-monospace-web-pandoc/package.json
2025-01-25 14:51:52 +01:00

30 lines
662 B
JSON

{
"name": "@owickstrom/the-monospace-web",
"version": "0.1.3",
"description": " A minimalist design exploration",
"main": "src/index.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/owickstrom/the-monospace-web.git"
},
"keywords": [
"css"
],
"author": "Oskar Wickström",
"license": "MIT",
"bugs": {
"url": "https://github.com/owickstrom/the-monospace-web/issues"
},
"homepage": "https://github.com/owickstrom/the-monospace-web#readme",
"files": [
"index.css",
"index.js",
"LICENSE",
"README.md"
]
}