-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 891 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
{
"name": "@neojp/tailwindcss-line-clamp-utilities",
"description": "Tailwind CSS `line-clamp` utilities",
"version": "1.0.1",
"license": "SEE LICENSE IN LICENSE",
"author": "Joan Piedra <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/neojp/tailwindcss-line-clamp-utilities.git"
},
"bugs": {
"url": "https://github.com/neojp/tailwindcss-line-clamp-utilities/issues"
},
"homepage": "https://github.com/neojp/tailwindcss-line-clamp-utilities#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tailwindcss",
"tailwindcss-plugin",
"tailwindcss-utilities",
"tailwindcss-utility",
"tailwindcss-line-clamp-utilities",
"tailwindcss-line-clamp",
"line-clamp-utilities",
"line-clamp",
"line-overflow",
"css"
]
}