{
  "name": "jquery.steps",
  "version": "1.1.1",
  "description": "A simple, lightweight jQuery step wizard plugin.",
  "main": "./dist/jquery-steps.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/oguzhanoya/jquery-steps.git"
  },
  "bugs": {
    "url": "https://github.com/oguzhanoya/jquery-steps/issues"
  },
  "homepage": "https://oguzhanoya.github.io/jquery-steps",
  "scripts": {
    "build:css": "stylus src/styl/jquery-steps.styl -m -o dist/",
    "build:css-dev": "stylus -w src/styl/jquery-steps.styl -m -o dist/",
    "build:js": "rollup -c",
    "build:js-dev": "rollup -c -w",
    "build": "run-p build:js build:css",
    "dev": "run-p build:css-dev build:js-dev",
    "lint": "eslint src",
    "lint-fix": "eslint --fix src",
    "compress": "uglifyjs dist/jquery-steps.js -o dist/jquery-steps.min.js -c -m --comments /^!/",
    "prebuild": "npm run lint",
    "postbuild": "npm run compress",
    "clean": "rm -rf dist/*"
  },
  "author": "oguzhanoya",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "eslint": "^7.10.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.28.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-json": "^4.0.0",
    "stylus": "^0.54.8",
    "uglify-js": "^3.10.4"
  },
  "dependencies": {
    "jquery": "^3.5.1"
  }
}
