@sass-fairy/color
Version:
Provides extended functionality for generating new colors from existing colors and building color themes in Sass
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "@sass-fairy/color",
"description": "Provides extended functionality for generating new colors from existing colors and building color themes in Sass",
"version": "1.2.0",
"author": {
"name": "roydukkey",
"email": "contact@changelog.me",
"url": "http://changelog.me"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/roydukkey/sass-fairy.git",
"directory": "packages/color"
},
"homepage": "https://github.com/roydukkey/sass-fairy/tree/master/packages/color#readme",
"bugs": {
"url": "https://github.com/roydukkey/sass-fairy/issues"
},
"keywords": [
"sass",
"scss",
"dart-sass",
"color",
"a11y",
"contrast"
],
"main": "./index.sass",
"dependencies": {
"@sass-fairy/exception": "^1.0.0"
},
"devDependencies": {
"clean-package": "^2.1.1",
"cross-env": "^7.0.3",
"cspell": "^5.19.3",
"fs-extra": "^10.0.1",
"jest": "^28.1.0",
"jest-environment-node-single-context": "^28.0.0",
"npm-run-all": "^4.1.5",
"replace-in-file": "^6.3.2",
"sass": "^1.86.0",
"sass-true": "^8.1.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"/src/**/*.s{a,c}ss",
"/CHANGELOG.md",
"/LICENSE",
"/*.s{a,c}ss",
"/README.md"
]
}