/
githubmirror
/
bootstrap
Обзор
Документация
Войти
/
githubmirror
/
bootstrap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.2.3
composer.json
32 строки
667 B
Andreas Schroth
Remove "extra" section from composer.json (#29420)
02 окт 2019, 22:10
02 окт 2019, 22:10
c306e96
Код
Авторство
О чём код?
{ "name": "twbs/bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "keywords": [ "css", "js", "sass", "mobile-first", "responsive", "front-end", "framework", "web" ], "homepage": "https://getbootstrap.com/", "authors": [ { "name": "Mark Otto", "email": "markdotto@gmail.com" }, { "name": "Jacob Thornton", "email": "jacobthornton@gmail.com" } ], "support": { "issues": "https://github.com/twbs/bootstrap/issues" }, "license": "MIT", "replace": { "twitter/bootstrap": "self.version" } }