You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blackout21/package.json

17 lines
301 B
JSON

{
"name": "blackout",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"compression": "^1.7.3",
"express": "~4.16.0",
"express-layout": "^0.1.0",
"hbs": "^4.0.3",
"http-errors": "~1.6.2",
"mkdirp": "^0.5.1"
}
}