-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
George Czabania
committed
Aug 28, 2015
1 parent
d93c73b
commit 2701e07
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "colr", | ||
"main": "colr.min.js", | ||
"version": "1.2.2", | ||
"homepage": "https://github.com/stayradiated/colr", | ||
"authors": [ | ||
"George Czabania <[email protected]>" | ||
], | ||
"description": "Fast and simple color conversion", | ||
"moduleType": [ | ||
"globals" | ||
], | ||
"keywords": [ | ||
"color", | ||
"convert", | ||
"converstion", | ||
"grayscale", | ||
"hex", | ||
"rgb", | ||
"hsv", | ||
"hsl", | ||
"hsb", | ||
"lighten", | ||
"darken" | ||
], | ||
"license": "MIT" | ||
} |