The DTP Sites web app development engine.
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.
 
 
 
 
 

22 lines
511 B

{
"name": "dtp-sites",
"version": "0.1.0",
"description": "Open source blogging engine for the Digital Telepresence Platform.",
"main": "dtp-sites.js",
"author": "Digital Telepresence, LLC",
"license": "Apache-2.0",
"private": true,
"scripts": {
"start": "node dtp-sites.js",
"dev": "nodemon dtp-sites.js"
},
"dependencies": {
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mongoose": "^6.0.14",
"pug": "^3.0.2"
},
"devDependencies": {
"jshint": "^2.13.1"
}
}