قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +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>
19 خطوط
430 B
JSON
Vendored
19 خطوط
430 B
JSON
Vendored
{
|
|
"name": "qrcode.js",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/davidshimjs/qrcodejs",
|
|
"authors": [
|
|
"Sangmin Shim", "Sangmin Shim <ssm0123@gmail.com> (http://jaguarjs.com)"
|
|
],
|
|
"description": "Cross-browser QRCode generator for javascript",
|
|
"main": "qrcode.js",
|
|
"ignore": [
|
|
"bower_components",
|
|
"node_modules",
|
|
"index.html",
|
|
"index.svg",
|
|
"jquery.min.js",
|
|
"qrcode.min.js"
|
|
]
|
|
}
|