قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* update npm packages to latest * fix javascript path location * update screenshots * Add node_modules for users that do not have npm insalled but use git to deploy. * fix release checklist test * Add old chroma-js + some files missing from node_module. * remove npm install * fix .travis.yml * update expected screenshots * update submodule Co-authored-by: sgiehl <stefan@matomo.org>
35 خطوط
536 B
JSON
Vendored
35 خطوط
536 B
JSON
Vendored
{
|
|
"name": "chroma-js",
|
|
"description": "JavaScript library for color conversions",
|
|
"version": "0.5.6",
|
|
"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"
|
|
}
|