25 lines
491 B
JSON
25 lines
491 B
JSON
{
|
|
"name": "PetitTeton",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.10.2",
|
|
"cookie-parser": "~1.3.3",
|
|
"debug": "~2.1.1",
|
|
"ejs": "~2.2.3",
|
|
"express": "~4.11.1",
|
|
"morgan": "~1.5.1",
|
|
"serve-favicon": "~2.2.0",
|
|
"stylus": "~0.42.3",
|
|
"swig": "~1.4.2",
|
|
"html": "latest",
|
|
"nodemailer": "~1.0",
|
|
"body-parser": "latest",
|
|
"node-phantom": "latest",
|
|
"moment": "latest"
|
|
}
|
|
}
|