UNPKG

tailwindcss-ripple

Version:
33 lines (32 loc) 914 B
{ "name": "tailwindcss-ripple", "version": "0.7.1", "description": "Materialize ripple effect for Tailwind", "main": "index.js", "scripts": { "test": "jest" }, "keywords": [ "tailwindcss", "ripple", "tailwindcss ripple", "tailwind", "tailwind ripple" ], "author": "James Sessford <hello@jamessessford.com>", "license": "MIT", "repository": "https://github.com/jamessessford/tailwindcss-ripple.git", "bugs": "https://github.com/jamessessford/tailwindcss-ripple/issues", "homepage": "https://github.com/jamessessford/tailwindcss-ripple", "dependencies": { "color": "^3.1.3", "lodash": "^4.17.21" }, "devDependencies": { "jest": "^26.6.3", "jest-matcher-css": "^1.1.0", "postcss": "^7.0.35", "release-it": "^14.6.1", "tailwindcss": "^1.9.6" } }