{
  "name": "coreui-modal",
  "version": "1.1.1",
  "description": "CoreUI Modal",
  "scripts": {
    "build": "gulp build_tpl && gulp build_js_min && gulp build_js && npm run test_js",
    "watch": "gulp build_watch",
    "build_bootstrap": "gulp build_bootstrap",
    "test_js": "eslint -c .eslintrc.json --max-warnings 100 --ext .js ./dist"
  },
  "dependencies": {
    "ejs": "3.1.10"
  },
  "devDependencies": {
    "gulp": "5.0.0",
    "gulp-concat": "2.6.1",
    "gulp-sourcemaps": "3.0.0",
    "gulp-uglify": "3.0.2",
    "gulp-sass": "5.1.0",
    "gulp-wrap-file": "0.1.2",
    "gulp-html-to-js": "0.0.7",
    "sass": "1.72.0",
    "@rollup/stream": "3.0.1",
    "rollup-plugin-sourcemaps": "0.6.3",
    "@rollup/plugin-babel": "6.0.4",
    "@rollup/plugin-commonjs": "25.0.7",
    "@rollup/plugin-node-resolve": "15.2.3",
    "vinyl-source-stream": "2.0.0",
    "vinyl-buffer": "1.0.1",
    "@babel/plugin-transform-template-literals": "7.24.1",
    "@babel/preset-env": "7.24.3",
    "bootstrap": "5.3.3",
    "eslint": "8.57.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n2ref/coreui-modal.git"
  },
  "keywords": [
    "js",
    "frontend",
    "framework",
    "modal",
    "bootstrap"
  ],
  "author": "n2ref",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/n2ref/coreui-modal/issues"
  },
  "homepage": "https://github.com/n2ref/coreui-modal#readme"
}
