@fylgja/hashlink
Version:
The Fylgja hashlink component
29 lines (28 loc) • 670 B
JSON
{
"name": "@fylgja/hashlink",
"version": "1.1.1",
"description": "The Fylgja hashlink component",
"homepage": "https://fylgja.dev/",
"author": "Fylgja",
"license": "MIT",
"style": "hashlink.css",
"sass": "_index.scss",
"unpkg": "hashlink.css",
"repository": {
"type": "git",
"url": "https://github.com/fylgja/fylgja",
"directory": "components/hashlink"
},
"bugs": "https://github.com/fylgja/fylgja/issues",
"keywords": [
"fylgja",
"fylgja component",
"hashlink"
],
"scripts": {
"build": "npx sass --no-source-map -s compressed -I node_modules src:./"
},
"dependencies": {
"@fylgja/theme": "^1.2.0"
}
}