15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"name": "ese-website",
|
|
"version": "2.0.0",
|
|
"description": "This is the WIP rewrite of the ESE website.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "FSR Informatik TU Dresden",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1"
|
|
}
|
|
}
|