mirror of
https://github.com/Wessel/portfolio.git
synced 2026-07-19 15:05:14 +02:00
27 lines
605 B
JSON
27 lines
605 B
JSON
{
|
|
"name": "bootstrap-scss",
|
|
"version": "5.3.3",
|
|
"description": "Bootstrap's SCSS files (only)",
|
|
"main": "bootstrap.scss",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/crissdev/bootstrap-scss.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/crissdev/bootstrap-scss/issues"
|
|
},
|
|
"keywords": [
|
|
"bootstrap",
|
|
"bootstrap-scss",
|
|
"responsive",
|
|
"scss"
|
|
],
|
|
"author": {
|
|
"name": "Cristian Trifan",
|
|
"url": "https://crissdev.com",
|
|
"email": "criss.trifan@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/crissdev/bootstrap-scss"
|
|
}
|