{
  "name": "simple-slider",
  "version": "1.0.1",
  "description": "The 1kb JavaScript Carousel",
  "homepage": "https://ruyadorno.github.io/simple-slider/",
  "main": "dist/simpleslider.js",
  "files": [
    "src/simpleslider.js",
    "dist/simpleslider.js",
    "dist/simpleslider.min.js"
  ],
  "scripts": {
    "build:transpile": "node scripts/transpile.js",
    "build:minify": "uglifyjs dist/simpleslider.js --compress --mangle -o dist/simpleslider.min.js",
    "build": "run-s build:transpile build:minify",
    "test:lint": "eslint src/ test/",
    "test:build": "webpack-cli",
    "test:unit": "jest",
    "test": "run-s test:lint test:build test:unit",
    "functional": "zuul -- test/functional-tests.js",
    "functional:local": "zuul --local 8080 -- test/functional-tests.js",
    "ci": "run-s test build functional",
    "ci:pr": "run-s test build"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.0.6",
    "babel-plugin-conditional-compilation": "0.0.1",
    "babel-plugin-remove-comments": "^2.0.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2017": "^6.24.1",
    "eslint": "^6.4.0",
    "eslint-config-xo": "^0.27.1",
    "jest": "^24.9.0",
    "npm-run-all": "^4.1.5",
    "raf": "^3.4.1",
    "uglify-js": "^3.6.0",
    "zuul": "^3.12.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ruyadorno/simple-slider.git"
  },
  "keywords": [
    "simple",
    "carousel",
    "slider",
    "gallery",
    "slideshow",
    "lightweight",
    "minimalistic",
    "micro",
    "slick",
    "lory",
    "siema",
    "swipe",
    "swiper",
    "flickity",
    "islider",
    "owlcarousel",
    "unslider",
    "glide",
    "glidejs",
    "javascript-carousel",
    "DOM",
    "browser"
  ],
  "jest": {
    "verbose": true
  },
  "author": {
    "name": "Ruy Adorno",
    "url": "ruyadorno.com"
  },
  "license": "MIT",
  "dependencies": {
    "webpack": "^4.41.0",
    "webpack-cli": "^3.3.9"
  }
}
