1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

🔨 Configure npm for GitHub Packages

This commit is contained in:
Steffo 2022-03-10 16:11:09 +01:00
parent 650f955c10
commit f1ae14eac3
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 50 additions and 0 deletions

1
.npmrc Normal file
View file

@ -0,0 +1 @@
@steffo99:registry=https://npm.pkg.github.com

49
package.json Normal file
View file

@ -0,0 +1,49 @@
{
"name": "@steffo99/bluelib",
"version": "4.0.0",
"description": "A stylesheet that supports fast dynamic recoloring via variables",
"keywords": [
"bluelib",
"css",
"less"
],
"homepage": "https://gh.steffo.eu/bluelib/",
"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"
}
],
"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": "AGPL-3.0-or-later",
"private": false
}