/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch10/package.json
18 строк
381 B
Ethan Brown
Initial commit. Drafts through Chapter 12; still a lot of work to do!
03 июн 2019, 02:36
03 июн 2019, 02:36
e7c405f
Код
Авторство
О чём код?
{ "name": "ch10", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.18.3", "cookie-parser": "^1.4.4", "express": "^4.16.4", "express-handlebars": "^3.0.2", "express-session": "^1.15.6" } }