/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch15/package.json
27 строк
581 B
Ethan Brown
WIP changes after book 2e first draft.
15 июл 2019, 05:41
15 июл 2019, 05:41
dfbc0ba
Код
Авторство
О чём код?
{ "name": "ch15", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "chai": "^4.2.0", "connect-redis": "^3.4.1", "cookie-parser": "^1.4.4", "cors": "^2.8.5", "express": "^4.17.1", "express-handlebars": "^3.1.0", "express-session": "^1.16.2", "jest": "^24.8.0", "mongoose": "^5.6.3", "multiparty": "^4.2.1", "vhost": "^3.0.2" }, "devDependencies": { "node-fetch": "^2.6.0" } }