{
  "_from": "filterizr",
  "_id": "filterizr@1.3.5",
  "_inBundle": false,
  "_integrity": "sha512-hkkjkkgAxnlAkO3MQh4hdouZMiVOtg1sUv/33x5qsm5ZM7pQiZFMGUiqpABy4q2IFvmSO6CUmK6b3ZGRrw9Oxg==",
  "_location": "/filterizr",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "filterizr",
    "name": "filterizr",
    "escapedName": "filterizr",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/filterizr/-/filterizr-1.3.5.tgz",
  "_shasum": "3cc5a3ba71173893a6ef4e26c55b0a2e95c362b2",
  "_spec": "filterizr",
  "_where": "C:\\xampp\\htdocs\\sites\\local.turinter.com\\catalog\\view",
  "author": {
    "name": "Yiotis Kaltsikis",
    "email": "yiotiskal@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/giotiskl/filterizr/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Filterizr is a jQuery plugin that sorts, shuffles, searches and applies stunning filters over responsive galleries using CSS3 transitions and custom CSS effects",
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.3.0",
    "eslint-loader": "^1.9.0",
    "html-webpack-plugin": "^2.30.1",
    "jest": "^20.0.4",
    "jquery": "^3.3.1",
    "webpack": "^3.5.2",
    "webpack-bundle-analyzer": "^2.9.0",
    "webpack-dev-server": "^2.7.1"
  },
  "homepage": "https://github.com/giotiskl/Filterizr#readme",
  "jest": {
    "globals": {
      "IMPORT_JQUERY": "false"
    }
  },
  "keywords": [
    "filter",
    "shuffle",
    "search",
    "sort",
    "filterizr",
    "gallery",
    "responsive",
    "css3",
    "css",
    "lightweight",
    "customizable",
    "Yiotis",
    "jquery-plugin",
    "ecosystem:jquery"
  ],
  "license": "MIT",
  "main": "dist/jquery.filterizr-with-jquery.min.js",
  "name": "filterizr",
  "peerDependencies": {
    "jquery": "^1.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/giotiskl/Filterizr.git"
  },
  "scripts": {
    "analyze": "webpack -p --progress --env.env=analyze",
    "build": "webpack -p --progress --env.env=production --env.withjquery=false && webpack -p --progress --env.env=production --env.withjquery=true",
    "build-with-jquery": "webpack -p --progress --env.env=production --env.withjquery=true",
    "build-without-jquery": "webpack -p --progress --env.env=production",
    "coverage": "jest --coverage",
    "dev-with-jquery": "webpack-dev-server --progress --inline --hot --env.env=development --env.withjquery=true",
    "dev-without-jquery": "webpack-dev-server --progress --inline --hot --env.env=development --env.withjquery=false",
    "lint": "eslint .",
    "showcoverage": "xdg-open ./coverage/lcov-report/index.html",
    "start": "webpack-dev-server --progress --inline --hot --env.env=development --env.withjquery=true",
    "test": "jest"
  },
  "version": "1.3.5"
}
