You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sass-hsv/package.json

37 lines
886 B
JSON

{
"name": "sass-hsv",
"version": "1.0.2",
"license": "MIT",
"description": "A simple helper to introduce HSV/HSB model support to SASS",
"keywords": [
"sass",
"hsv",
"hsl"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/sandfox/sass-hsv"
},
"homepage": "https://sandfox.dev/js/sass-hsv.html",
"author": {
"name": "Anton Smirnov",
"email": "sandfox@sandfox.me",
"url": "https://sandfox.me/"
},
"scss": "_hsv.scss",
"main.scss": "_hsv.scss",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node-sass": "^4.11.2",
"chai": "^4.3.4",
"mocha": "^10.0.0",
"node-sass": "*",
"sass": "*",
"ts-node": "^10.8.1"
}
}