website/package.json

20 lines
388 B
JSON

{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.0.0",
"morgan": "~1.0.0",
"npm": "^5.10.0",
"pug": "^2.0.3",
"pug-bootstrap": "0.0.15",
"static-favicon": "~1.0.0"
}
}