You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
365 B
15 lines
365 B
{
|
|
"name": "dtp-sites",
|
|
"version": "0.1.0",
|
|
"description": "Open source blogging engine for the Digital Telepresence Platform.",
|
|
"main": "dtp-sites.mjs",
|
|
"author": "Digital Telepresence, LLC",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"mongoose": "^6.0.14",
|
|
"pug": "^3.0.2"
|
|
}
|
|
}
|
|
|