Cut down the website to bare minimum. Meat & Eggs currently just points to eggs. Need to decide how that should play out.

This commit is contained in:
Wynne Crisman
2020-05-07 15:09:06 -07:00
parent 6e6cbbbcc7
commit 998209817f
18 changed files with 2265 additions and 867 deletions

View File

@@ -1,31 +1,40 @@
{
"name": "PetitTeton",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node server.js",
"setup": "npm install",
"prune": "npm prune"
},
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"ejs": "~2.4.1",
"express": "~4.11.1",
"express-session": "~1.0.4",
"html": "latest",
"method-override": "~1.0.2",
"moment": "latest",
"morgan": "~1.5.1",
"node-phantom": "latest",
"nodemailer": "~1.0",
"serve-favicon": "~2.2.0",
"session-file-store": "~0.0.24",
"stylus": "~0.42.3",
"swig": "~1.4.2"
}
"name": "petitteton",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node server.js",
"setup": "npm install",
"prune": "npm prune"
},
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"ejs": "~2.4.1",
"express": "~4.11.1",
"express-session": "~1.0.4",
"html": "latest",
"method-override": "~1.0.2",
"moment": "latest",
"morgan": "~1.5.1",
"node-phantom": "latest",
"nodemailer": "~1.0",
"serve-favicon": "~2.2.0",
"session-file-store": "~0.0.24",
"stylus": "latest",
"swig": "~1.4.2"
},
"main": "config.example.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://wcrisman@dev.de22.com/r/PetitTeton.git"
},
"author": "",
"license": "ISC",
"description": ""
}