forked from iunteq/tailwindcss-textshadow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 842 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
{
"name": "tailwindcss-textshadow",
"version": "2.1.3",
"description": "A Utility Plugins for controlling Text Shadow of an text element.",
"main": "index.js",
"keywords": [
"textshadow",
"tailwind",
"tailwindcss",
"tailwindcss-plugin",
"tailwind utility",
"tailwind variants",
"textshadow",
"lodash",
"css",
"javascript"
],
"author": "Debangshu Roy",
"license": "MIT",
"copyright": "iunteq",
"repository": {
"type": "git",
"url": "git://github.com/iunteq/tailwindcss-textshadow.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/iunteq/tailwindcss-textshadow/issues"
},
"homepage": "https://github.com/iunteq/tailwindcss-textshadow#readme",
"dependencies": {
"tailwindcss": "^1.2.0"
}
}