neutral-old/package.json

17 lines
293 B
JSON
Raw Normal View History

2023-02-02 13:34:25 +00:00
{
2023-02-02 13:36:36 +00:00
"name": "neutral",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
2023-02-02 13:34:25 +00:00
"dependencies": {
2023-02-02 13:36:36 +00:00
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
2023-02-02 13:34:25 +00:00
}
}