/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch07/package.json
15 строк
286 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": "ch07", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "express": "^4.16.4", "express-handlebars": "^3.0.2" } }