-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
23 lines (23 loc) · 925 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
{
"name": "flyteorg.github.io",
"version": "1.0.0",
"description": "<html> <p align=\"center\"> <img src=\"https://raw.githubusercontent.com/flyteorg/static-resources/main/common/flyte_circle_gradient_1_4x4.png\" alt=\"Flyte Logo\" width=\"100\"> </p> <h1 align=\"center\"> Flyte Website </h1> <p align=\"center\"> Source code repository of flyte.org </p> </html>",
"main": "tailwind.config.js",
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"tailwindcss": "^3.0.24"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyteorg/flyteorg.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flyteorg/flyteorg.github.io/issues"
},
"homepage": "https://github.com/flyteorg/flyteorg.github.io#readme"
}