@privjs/gradients
Version:
Javascript utility to generate beautiful gradient backgrounds. Built by the team behind [privjs.com](https://privjs.com)
38 lines • 933 B
JSON
{
"name": "@privjs/gradients",
"version": "1.0.11",
"description": "",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"scripts": {
"types": "tsc",
"dev": "parcel example/index.html"
},
"keywords": [
"gradient",
"random-gradient",
"beautiful-gradient",
"color-gradient"
],
"author": "Prasanna Mestha <prasanna@privjs.com> (https://prasannamestha.com)",
"homepage": "https://www.prasannamestha.com/blog/science-of-beautiful-color-gradients",
"repository": {
"type": "git",
"url": "https://github.com/privjs/gradients"
},
"license": "MIT",
"devDependencies": {
"@types/chroma-js": "^2.1.4",
"@types/seedrandom": "^3.0.3",
"parcel": "^2.8.3",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4"
},
"dependencies": {
"chroma-js": "^2.4.2",
"polished": "^4.2.2",
"seedrandom": "^3.0.5"
}
}