{ "name": "@steffo/bluelib", "version": "9.1.1", "description": "A stylesheet that supports fast dynamic recoloring via CSS variables", "scripts": { "dev": "web-dev-server --watch --port 8080", "build": "./_build.sh && cd .." }, "keywords": [ "bluelib", "css", "less" ], "homepage": "https://bluelib.gh.steffo.eu/", "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" }, "license": "EUPL-1.2", "private": false, "devDependencies": { "@web/dev-server": "^0.1.34", "less": "^4.1.3", "less-plugin-clean-css": "^1.5.1" } }