-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbower.json
26 lines (26 loc) · 790 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "sass-color-helpers",
"version": "2.0.0",
"description": "A collection of Sass color helpers (and some related math helpers). Handles HSL to HSV/HSB conversion, calculation of contrast (and warnings for worst case scenarios) and estimation of semi-transparent colors – everything to make it easier and more fool-proof to implement a target design and in the end get as good of a design as possible.",
"authors": [
"Pelle Wessman <[email protected]>"
],
"main": "stylesheets/_color-helpers.scss",
"keywords": [
"sass",
"color"
],
"license": "MIT",
"ignore": [
"example",
"lib",
"sass-color-helpers.gemspec",
"*.gem",
"sache.json",
".gitignore",
"tests",
"package.json",
"Gruntfile.js",
".travis.yml"
]
}