forked from hero/www_hero
43 lines
1019 B
JSON
43 lines
1019 B
JSON
|
{
|
||
|
"name": "landwind",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Landwind is a free and open-source landing page built with Tailwind CSS and Flowbite for SaaS and product websites.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://www.manual.grid.tf/documentation/documentation.html.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"landing",
|
||
|
"page",
|
||
|
"tailwind",
|
||
|
"tailwind",
|
||
|
"css",
|
||
|
"flowbite",
|
||
|
"responsive",
|
||
|
"html",
|
||
|
"css",
|
||
|
"javascript",
|
||
|
"design"
|
||
|
],
|
||
|
"author": "Themesberg",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://www.manual.grid.tf/documentation/documentation.html/issues"
|
||
|
},
|
||
|
"homepage": "https://www.manual.grid.tf/documentation/documentation.html#readme",
|
||
|
"devDependencies": {
|
||
|
"tailwindcss": "^3.1.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"flowbite": "^1.8.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "browser-sync start --server --files 'css/*.css, *.html, js/*.js'"
|
||
|
}
|
||
|
|
||
|
}
|