UNPKG

tailwindcss-plugins

Version:
40 lines (39 loc) 825 B
{ "name": "tailwindcss-plugins", "version": "0.3.0", "description": "Set of useful plugins for tailwindcss", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/lorisleiva/tailwindcss-plugins.git" }, "keywords": [ "tailwindcss", "plugins", "gradients" ], "author": "Loris Leiva <loris.leiva@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/lorisleiva/tailwindcss-plugins/issues" }, "homepage": "https://github.com/lorisleiva/tailwindcss-plugins#readme", "scripts": { "test": "ava" }, "ava": { "files": [ "test/*.js", "!**/util.js" ] }, "peerDependencies": { "tailwindcss": "^1.0" }, "dependencies": { "lodash": "^4.17.11" }, "devDependencies": { "ava": "1.0.0-rc.1" } }