/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch11/package.json
20 строк
451 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": "ch11", "version": "1.0.0", "description": "", "main": "00-smtp.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", "html-to-formatted-text": "^2.6.0", "nodemailer": "^6.1.0" } }