-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 984 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "tailwindcss-animation",
"version": "1.0.1",
"author": "Roy Teusink",
"license": "MIT",
"description": "TailwindCSS plugin with various animation utilities.",
"main": "src/index.js",
"files": [
"src/*.js"
],
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tailwind",
"tailwindcss",
"tailwindcss-plugin",
"plugin",
"animation",
"animation-delay",
"animation-duration",
"animation-iteration-count",
"animation-timing-function",
"animation-direction",
"animation-fill-mode",
"animation-play-state"
],
"homepage": "https://github.com/royteusink/tailwindcss-animation#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/royteusink/tailwindcss-animation.git"
},
"bugs": {
"url": "https://github.com/royteusink/tailwindcss-animation/issues"
},
"peerDependencies": {
"tailwindcss": ">=3.2.0"
}
}