generated from nightlymania/nodejs-express-ejs
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"dependencies": {
|
|
"ejs": "^3.1.8",
|
|
"express": "^4.18.1"
|
|
},
|
|
"name": "encodie",
|
|
"description": "Template repo",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://tea.nightly.town/nightlymania/encodie.git"
|
|
},
|
|
"author": "nightlymania",
|
|
"license": "EUPL-1.2"
|
|
}
|