digivote/package.json
Fabian Seluska 5f3f0b9484 Boilerplate
2022-01-12 08:48:18 +01:00

20 lines
473 B
JSON

{
"name": "digivote",
"version": "0.1.0",
"description": "A digital voting system supporting motions, propositions, and live votes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.qwik.space/BurnyLlama/digivote"
},
"author": "BurnyLlama",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"express": "^4.17.2",
"nunjucks": "^3.2.3"
}
}