-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 912 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": "@afc-org/js-tailwind",
"version": "0.1.0",
"description": "Dynamic components for Tailwindcss and JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afc-org/js-tailwind.git"
},
"keywords": [
"javascript",
"vannilajs",
"vannila-js",
"tailwind",
"tailwindcss",
"package",
"components",
"framework",
"tailwind-framework",
"javascript-framework",
"javascript-tailwindjs",
"javascript-tailwind",
"js-tailwind",
"javascript-tailwindcss",
"js-tailwindcss",
"tailwindjs",
"afc-org",
"afc",
"@afc-org"
],
"author": "afc-org",
"license": "MIT",
"bugs": {
"url": "https://github.com/afc-org/js-tailwind/issues"
},
"homepage": "https://github.com/afc-org/js-tailwind#readme"
}