UNPKG

uniqolor

Version:

Generate unique and beautiful colors from any texts or numbers

58 lines (57 loc) 1.54 kB
{ "name": "uniqolor", "version": "1.1.1", "description": "Generate unique and beautiful colors from any texts or numbers", "author": "Rasool Dastoori", "main": "dist/uniqolor.js", "types": "src/index.d.ts", "keywords": [ "uniqolor", "uniqcolor", "color", "unique", "random", "hue", "saturate", "lightness", "lightweight", "uuid", "generate" ], "repository": { "type": "git", "url": "git+https://github.com/dastoori/uniqolor.git" }, "bugs": { "url": "https://github.com/dastoori/uniqolor/issues" }, "homepage": "https://github.com/dastoori/uniqolor#README", "license": "MIT", "scripts": { "build": "rollup -c && rollup -c --environment MINIFY", "test": "jest", "coverage": "jest --coverage", "codecov": "jest --coverage && codecov", "lint": "eslint --cache src/", "validate": "npm run lint && npm test", "precommit": "npm run lint", "prepush": "npm test", "prepublishOnly": "npm run validate && npm run build" }, "devDependencies": { "@babel/core": "^7.17.5", "@babel/eslint-parser": "^7.17.0", "@babel/preset-env": "^7.16.11", "@rollup/plugin-node-resolve": "^13.1.3", "babel-jest": "^27.5.1", "eslint": "^8.10.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jasmine": "^4.1.3", "husky": "^7.0.4", "jest": "^27.5.1", "rollup": "^2.79.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^7.0.2" } }