fes-aragon-websites-theme
Version:
Tema oficial de los sitios de la FES Aragón.
31 lines (30 loc) • 963 B
JSON
{
"name": "fes-aragon-websites-theme",
"version": "0.1.2",
"description": "Tema oficial de los sitios de la FES Aragón.",
"main": "src/index.js",
"scripts": {
"compile": "sass src/app.scss:public/css/fes_theme.css",
"dev": "sass --watch src/app.scss:public/css/fes_theme.css",
"dev-compress": "sass --watch src/app.scss:public/css/fes_theme.css --style compressed",
"build": "sass src/app.scss:dist/fes_theme.css --style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FES-Aragon-CSocial/fes_websites_theme.git"
},
"keywords": [
"tema",
"fes",
"aragón"
],
"author": "Comunicación Social FES Aragón | DarkHawk21 (Enrique Carranza)",
"license": "ISC",
"bugs": {
"url": "https://github.com/FES-Aragon-CSocial/fes_websites_theme/issues"
},
"homepage": "https://fes-aragon-csocial.github.io/fes_websites_theme/",
"dependencies": {
"bootstrap": "^5.1.3"
}
}