scriptorium/package.json

28 lines
600 B
JSON

{
"name": "gloss",
"version": "1.0.0",
"description": "Glossy blog generator",
"main": "\"\"",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Nicd/gloss.git"
},
"keywords": [
"blog"
],
"author": "Mikko Ahlroth <mikko@ahlroth.fi>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/Nicd/gloss/issues"
},
"homepage": "https://gitlab.com/Nicd/gloss#readme",
"dependencies": {
"luxon": "^3.4.4"
}
}