/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch03/package.json
15 строк
335 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": "meadowlark", "version": "1.0.0", "description": "", "main": "meadowlark.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ethan Brown <e@zepln.com>", "license": "(MIT OR GPL-3.0)", "dependencies": { "express": "^4.16.3", "express-handlebars": "^3.0.2" } }