File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tailwindcss-background-extended" ,
3
3
"version" : " 1.0.0" ,
4
- "scripts" : {
5
- "test" : " jest" ,
6
- "dev" : " jest --watch"
7
- },
8
4
"description" : " This plugin adds all of the missing background utilities to Tailwind CSS." ,
9
- "license" : " MIT" ,
10
- "main" : " index.js" ,
11
- "repository" : {
12
- "type" : " git" ,
13
- "url" : " git+https://github.com/hacknug/tailwindcss-background-extended.git"
14
- },
15
5
"keywords" : [
6
+ " plugin" ,
16
7
" tailwind" ,
17
- " tailwindcss" ,
18
8
" tailwind css" ,
19
- " tailwindcss-plugin " ,
20
- " plugin"
9
+ " tailwindcss" ,
10
+ " tailwindcss- plugin"
21
11
],
12
+ "homepage" : " https://github.com/hacknug/tailwindcss-background-extended#readme" ,
13
+ "bugs" : {
14
+ "url" : " https://github.com/hacknug/tailwindcss-background-extended/issues"
15
+ },
16
+ "repository" : {
17
+ "type" : " git" ,
18
+ "url" : " git+https://github.com/hacknug/tailwindcss-background-extended.git"
19
+ },
20
+ "license" : " MIT" ,
22
21
"author" : {
23
22
"name" : " Nestor Vera" ,
24
23
"email" : " nestorvera@me.com" ,
25
24
"url" : " https://nestor.rip/"
26
25
},
27
- "bugs" : {
28
- "url" : " https://github.com/hacknug/tailwindcss-background-extended/issues"
26
+ "main" : " index.js" ,
27
+ "scripts" : {
28
+ "dev" : " jest --watch" ,
29
+ "test" : " jest"
30
+ },
31
+ "dependencies" : {
32
+ "flat" : " ^4.1.0" ,
33
+ "lodash" : " ^4.17.11"
29
34
},
30
- "homepage" : " https://github.com/hacknug/tailwindcss-background-extended#readme" ,
31
35
"devDependencies" : {
32
36
"jest" : " ^24.8.0" ,
33
37
"jest-matcher-css" : " ^1.0.3" ,
34
38
"postcss" : " ^7.0.16" ,
35
39
"tailwindcss" : " ^1.0.1"
36
- },
37
- "dependencies" : {
38
- "flat" : " ^4.1.0" ,
39
- "lodash" : " ^4.17.11"
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments