{
  "name": "@alzintani/superevents",
  "version": "0.2.2",
  "description": "JavaScript library that handling any events in websites.",
  "main": "gulpfile.js",
  "scripts": {
    "start": "gulp watch",
    "build": "gulp build",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alzintani/SuperEvents.git"
  },
  "keywords": [
    "JavaScript",
    "Events",
    "Scroll",
    "Click",
    "Hover"
  ],
  "author": "Hassan Matooq",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alzintani/SuperEvents/issues"
  },
  "homepage": "https://github.com/alzintani/SuperEvents#readme",
  "devDependencies": {
    "@babel/core": "^7.8.7",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-private-methods": "^7.8.3",
    "@babel/preset-env": "^7.8.7",
    "comment-parser": "^0.7.2",
    "express": "^4.17.1",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-header": "^2.0.9",
    "gulp-include": "^2.4.1",
    "gulp-minify": "^3.1.0",
    "gulp-notify": "^3.2.0",
    "gulp-pug": "^4.0.1",
    "gulp-rename": "^2.0.0",
    "gulp-sass": "^4.1.0"
  }
}
