-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "@neojp/tailwindcss-aspect-ratio-utilities",
"description": "Tailwind CSS aspect ratio utilities",
"version": "1.0.1",
"license": "SEE LICENSE IN LICENSE",
"author": "Joan Piedra <joan@joanpiedra.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/neojp/tailwindcss-aspect-ratio-utilities.git"
},
"bugs": {
"url": "https://github.com/neojp/tailwindcss-aspect-ratio-utilities/issues"
},
"homepage": "https://github.com/neojp/tailwindcss-aspect-ratio-utilities#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tailwindcss",
"tailwindcss-plugin",
"tailwindcss-utilities",
"tailwindcss-utility",
"tailwindcss-aspect-ratio",
"tailwindcss-aspect-ratio-utilities",
"aspect-ratio-utilities",
"aspect-ratio",
"3:2",
"2:3",
"4:3",
"5:6",
"16:9",
"21:9",
"3x2",
"2x3",
"4x3",
"5x6",
"16x9",
"21x9",
"3/2",
"2/3",
"4/3",
"5/6",
"16/9",
"21/9",
"css"
]
}