/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch06/package.json
15 строк
429 B
Ethan Brown
Chapter 6 updates.
15 янв 2020, 05:30
15 янв 2020, 05:30
c370a3e
Код
Авторство
О чём код?
{ "name": "wdne2e-ch06-examples", "version": "1.0.0", "description": "Web Development WIth Node And Express, 2nd Ed. - Chapter 6 Examples", "author": "Ethan Brown <e@zepln.com>", "license": "(MIT OR GPL-3.0)", "dependencies": { "body-parser": "^1.18.3", "cat-names": "^2.0.0", "cookie-parser": "^1.4.4", "express": "^4.16.4", "express-handlebars": "^3.0.2", "express-session": "^1.15.6" } }