blob: 07b1b9c6fbc2f117a0cb0cbe0dc99af3d7922d61 [file] [log] [blame]
Larbi Gharibe9af9732021-03-31 15:08:01 +01001{
2 "name": "express-react",
3 "version": "0.0.0",
4 "private": true,
5 "scripts": {
6 "start": "node ./bin/www"
7 },
8 "dependencies": {
9 "cookie-parser": "~1.4.4",
10 "debug": "~2.6.9",
11 "express": "~4.16.1",
12 "http-errors": "~1.6.3",
13 "morgan": "~1.9.1",
14 "pug": "2.0.0-beta11"
15 }
16}