1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 05:37:28 +00:00
bluelib/package.json

63 lines
1.3 KiB
JSON
Raw Normal View History

{
2023-05-22 17:08:29 +00:00
"name": "@steffo/bluelib",
2024-05-07 13:59:52 +00:00
"version": "9.1.1",
2023-05-22 17:08:29 +00:00
"description": "A stylesheet that supports fast dynamic recoloring via CSS variables",
"scripts": {
"dev": "web-dev-server --watch --port 8080",
"build": "./_build.sh && cd .."
2023-05-22 17:08:29 +00:00
},
"keywords": [
"bluelib",
"css",
"less"
],
2024-05-07 13:59:42 +00:00
"homepage": "https://bluelib.gh.steffo.eu/",
2023-05-22 17:08:29 +00:00
"bugs": {
"url": "https://github.com/Steffo99/bluelib/issues",
"email": "me@steffo.eu"
},
"author": {
"name": "Stefano Pigozzi",
"email": "me@steffo.eu",
"url": "https://www.steffo.eu"
},
"contributors": [
{
"name": "Stefano Pigozzi",
"email": "me@steffo.eu",
"url": "https://www.steffo.eu"
},
{
"name": "Lorenzo Balugani",
"email": "lorenzo.balugani@fermitech.info",
"url": "https://www.fermitech.info"
},
{
"name": "Francesca Peres",
"email": "Viktya@users.noreply.github.com"
}
],
"funding": [
{
"type": "individual",
"url": "https://ko-fi.com/steffo"
}
],
"files": [
"dist/**/*.less",
"dist/**/*.css",
"dist/**/*.css.map"
],
"repository": {
"type": "git",
"url": "https://github.com/Steffo99/bluelib.git"
},
2024-05-07 23:25:13 +00:00
"license": "EUPL-1.2",
2023-05-22 17:08:29 +00:00
"private": false,
"devDependencies": {
"@web/dev-server": "^0.1.34",
"less": "^4.1.3",
"less-plugin-clean-css": "^1.5.1"
}
}