{
  "name": "cleanify-design",
  "version": "2.3.0",
  "description": "HTML, CSS & JS personal framework",
  "homepage": "https://savandev.github.io/cleanify-design",
  "repository": "https://github.com/SavanDev/cleanify-design.git",
  "author": "SavanDev <Dylan2018.2019@gmail.com>",
  "keywords": [
    "css",
    "html",
    "javascript",
    "framework",
    "web"
  ],
  "license": "MIT",
  "scripts": {
    "start": "gulp",
    "dist": "gulp build",
    "docs": "gulp docs"
  },
  "dependencies": {
    "normalize.css": "^8.0.1",
    "rfs": "^9.0.3"
  },
  "devDependencies": {
    "@types/browser-sync": "^2.x",
    "@types/browserify": "^12.x",
    "@types/gulp": "^4.x",
    "@types/gulp-sass": "^5.x",
    "@types/gulp-zip": "4.x",
    "@types/vinyl-source-stream": "^0.x",
    "browser-sync": "^2.x",
    "browserify": "^17.x",
    "gulp": "^5.0.0",
    "gulp-sass": "^5.x",
    "gulp-zip": "^5.x",
    "sass": "^1.x",
    "ts-node": "^10.x",
    "tsify": "^5.x",
    "typescript": "^4.x",
    "vinyl-source-stream": "^2.x"
  },
  "files": [
    "dist/{css,js}/*.{css,js}",
    "scss/**/*.scss",
    "ts/**/*.ts"
  ],
  "jsdelivr": "dist/css/cleanify.css",
  "funding": "https://ko-fi.com/savandev"
}
