-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
27 lines (27 loc) · 1.09 KB
/
package.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
27
{
"name": "contrast-js",
"version": "0.0.3",
"description": "Contrast.js is a tiny (4.26kb) library with no dependencies that adds responsiveness to the color or background attributes of DOM elements based on the section of background image behind the target element. The library analyzes the background behind the bounding box of the target element by getting the average RGB values of pixels in the sub-rectangle behind the element and finding the best contrasting color. In simple words, never worry about your color matching the background image again! No more countless media queries.",
"main": "contrast.js",
"directories": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MishaPetrov/Contrast.js.git"
},
"keywords": [
"contrast",
"responsive",
"color",
"contrast.js"
],
"author": "Misha Petrov",
"license": "MIT",
"bugs": {
"url": "https://github.com/MishaPetrov/Contrast.js/issues"
},
"homepage": "https://github.com/MishaPetrov/Contrast.js#readme"
}