/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch14/package.json
19 строк
404 B
Ethan Brown
Ch 14 standalone examples
08 июн 2020, 02:51
08 июн 2020, 02:51
72bf512
Код
Авторство
О чём код?
{ "name": "ch14", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.19.0", "cookie-parser": "^1.4.5", "express": "^4.17.1", "express-handlebars": "^3.1.0", "express-session": "^1.17.1", "vhost": "^3.0.2" } }