19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"name": "cors",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"morgan": "~1.9.1",
|
|
"nodemon": "^3.1.10",
|
|
"pug": "2.0.0-beta11"
|
|
}
|
|
}
|