mirror of
https://github.com/CryptKeeperZK/ejs.git
synced 2026-01-09 07:27:56 -05:00
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"description": "client side ejs compiled with express middleware",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node ./app.js"
|
|
},
|
|
"dependencies": {
|
|
"ejs": "^3.1.8",
|
|
"express": "~4.16.0"
|
|
}
|
|
}
|