tailwindcss-glitch
Version:
Cyberpunk-inspired glitch plugin for Tailwind CSS
30 lines (29 loc) • 586 B
JSON
{
"name": "tailwindcss-glitch",
"version": "0.2.6",
"description": "Cyberpunk-inspired glitch plugin for Tailwind CSS",
"main": "src/tailwind-glitch-plugin.js",
"files": [
"src",
"README.md",
"LICENSE"
],
"author": "Chandan Kumar Mandal",
"license": "MIT",
"keywords": [
"tailwindcss",
"plugin",
"glitch",
"cyberpunk",
"effect",
"geekofia",
"chankruze"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chankruze/tailwindcss-glitch.git"
},
"peerDependencies": {
"tailwindcss": ">=3.3.0"
}
}