Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.bower.json « chroma-js « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42b052fc669b910ac7139c476f05612a16d93ffd (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "chroma-js",
  "description": "JavaScript library for color conversions",
  "version": "0.6.1",
  "main": [
    "./chroma.js"
  ],
  "ignore": [
    "doc",
    "src",
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "homepage": "https://github.com/gka/chroma.js",
  "authors": [
    "Gregor Aisch <contact@vis4.net>"
  ],
  "keywords": [
    "color",
    "scale",
    "gradient",
    "scheme",
    "rgb",
    "hsv",
    "hsl",
    "css",
    "lch",
    "lab"
  ],
  "license": "MIT",
  "_release": "0.6.1",
  "_resolution": {
    "type": "version",
    "tag": "v0.6.1",
    "commit": "dcca4c5dcc1eec8400ae02b6b51fbb44a2ae0d77"
  },
  "_source": "https://github.com/gka/chroma.js.git",
  "_target": "~0.6.0",
  "_originalSource": "chroma-js"
}