Personal_Website/package.json
2024-08-12 17:40:32 +01:00

52 lines
1.2 KiB
JSON

{
"name": "material-kit",
"version": "3.0.4",
"description": "Freebie UI Kit for Bootstrap 5",
"main": "index.html",
"directories": {
"example": "root"
},
"scripts": {
"open-app": "gulp open-app",
"start": "npm run open-app",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/material-kit.git"
},
"keywords": [
"material kit 2",
"bootstrap 5",
"design system",
"ui kit",
"creative tim",
"html kit",
"html css kit",
"web kit",
"freebie",
"free bootstrap kit",
"css3 kit",
"bootstrap design system",
"frontend",
"responsive bootstrap kit"
],
"author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/material-kit/issues"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-install": "^1.1.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-open": "^3.0.1",
"sass": "^1.49.9"
},
"homepage": "https://creative-tim.com/product/material-kit"
}