mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 09:52:51 +00:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"name": "myapp",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.12.4",
|
|
"cookie-parser": "~1.3.5",
|
|
"debug": "~2.2.0",
|
|
"express": "~4.12.4",
|
|
"jade": "~1.9.2",
|
|
"morgan": "~1.5.3",
|
|
"serve-favicon": "~2.2.1"
|
|
}
|
|
} |