/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch13/01-postgres/package.json
22 строки
487 B
Ethan Brown
WIP changes after book 2e first draft.
15 июл 2019, 05:41
15 июл 2019, 05:41
dfbc0ba
Код
Авторство
О чём код?
{ "name": "ch07", "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", "connect-redis": "^3.4.1", "cookie-parser": "^1.4.4", "express": "^4.16.4", "express-handlebars": "^3.0.2", "express-session": "^1.16.2", "lodash": "^4.17.11", "multiparty": "^4.2.1", "pg": "^7.11.0" } }