UNPKG

chartjs-plugin-gradient

Version:
82 lines (81 loc) 2.61 kB
{ "name": "chartjs-plugin-gradient", "version": "0.6.1", "description": "Easy gradient colors for Chart.js", "type": "module", "main": "dist/chartjs-plugin-gradient.esm.js", "jsdelivr": "dist/chartjs-plugin-gradient.min.js", "unpkg": "dist/chartjs-plugin-gradient.min.js", "exports": { "types": "./types/index.d.ts", "import": "./dist/chartjs-plugin-gradient.esm.js", "require": "./dist/chartjs-plugin-gradient.min.js" }, "types": "./types/index.d.ts", "scripts": { "build": "rollup -c", "dev": "karma start ./karma.conf.cjs --auto-watch --no-single-run --browsers chrome", "dev:ff": "karma start ./karma.conf.cjs --auto-watch --no-single-run --browsers firefox", "lint": "concurrently --group \"npm:lint-*\"", "lint-js": "eslint \"test/**/*.js\" \"src/**/*.js\" \"types/**/*.ts\"", "test": "cross-env NODE_ENV=test concurrently --group \"npm:test-*\"", "test-karma": "karma start ./karma.conf.cjs --auto-watch --single-run", "test-lint": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/kurkle/chartjs-plugin-gradient.git" }, "files": [ "dist/*", "types/*.d.ts" ], "keywords": [ "chart.js", "plugin", "color", "palette", "generator", "auto" ], "author": "Jukka Kurkela <jukka.kurkela@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kurkle/chartjs-plugin-gradient/issues" }, "homepage": "https://github.com/kurkle/chartjs-plugin-gradient#readme", "devDependencies": { "@rollup/plugin-json": "^5.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "chart.js": "^4.0.1", "chartjs-adapter-luxon": "^1.3.0", "chartjs-test-utils": "^0.5.0", "concurrently": "^7.4.0", "cross-env": "^7.0.3", "eslint": "^8.12.0", "eslint-config-chartjs": "^0.3.0", "eslint-plugin-es": "^4.1.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-markdown": "^3.0.0", "fs-extra": "^11.1.0", "karma": "^6.3.2", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.3", "karma-firefox-launcher": "^2.1.0", "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.0.0", "karma-rollup-preprocessor": "7.0.7", "luxon": "^3.1.0", "mocha": "^10.1.0", "pixelmatch": "^5.2.1", "rollup": "^3.3.0", "rollup-plugin-istanbul": "^4.0.0", "typescript": "^4.7.4" }, "peerDependencies": { "chart.js": ">=2.6.0" } }