-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 853 Bytes
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
{
"name": "@kitakode/tailwind-neon",
"version": "1.0.6",
"description": "A neonaised user interface based on Tailwind CSS.",
"author": "KitaKode",
"license": "MIT",
"homepage": "https://tailwind-neon.kitakode.com",
"repository": {
"type": "git",
"url": "git+https://github.com/kitakode/tailwind-neon.git"
},
"bugs": {
"url": "https://github.com/kitakode/tailwind-neon/issues"
},
"keywords": [
"tailwindcss",
"neon"
],
"main": "src/index.js",
"files": [
"src/index.js",
"src/colors/*.js"
],
"scripts": {
"dev": "cd src/_userguide && npm run userguide:dev",
"build": "cd src/_userguide && npm run userguide:build",
"test": "node ./src/index.js"
},
"dependencies": {
"tailwindcss": "3.*"
}
}