16 lines
328 B
JSON
16 lines
328 B
JSON
|
{
|
||
|
"name": "slovocast",
|
||
|
"version": "1.0.0",
|
||
|
"description": "The Slovocast website",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Dave Smith-Hayes",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"express": "^4.19.2",
|
||
|
"express-handlebars": "^7.1.2"
|
||
|
}
|
||
|
}
|