UNPKG

javascript-color

Version:

Методы для работы с цветом и его компонентами

51 lines (50 loc) 1.23 kB
{ "name": "javascript-color", "version": "1.0.5", "description": "Методы для работы с цветом и его компонентами", "main": "index.js", "exports": { ".": "./index.js" }, "type": "module", "dependencies": { "javascript-algebra": "latest", "javascript-canvas": "latest", "javascript-std-lib": "latest" }, "devDependencies": { "@types/node": "^17.0.1", "eslint": "^8.5.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "./node_modules/eslint/bin/eslint.js .", "clear": "rm -rf node_modules package-lock.json", "development": "npm link javascript-std-lib javascript-algebra javascript-canvas" }, "repository": { "type": "git", "url": "git+https://github.com/xaota/javascript-color.git" }, "keywords": [ "color", "math", "canvas", "rgb", "hsl", "css", "hex", "hsv", "hsb", "blending", "light", "saturate", "luminance" ], "author": "https://github.com/xaota", "license": "Unlicense", "bugs": { "url": "https://github.com/xaota/javascript-color/issues" }, "homepage": "https://github.com/xaota/javascript-color#readme" }