Files
PetitTeton/package.json

41 lines
936 B
JSON
Raw Normal View History

{
"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": ""
}