{
  "name": "tiny-slider",
  "version": "2.9.4",
  "description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.",
  "main": "dist/tiny-slider.js",
  "types": "src/tiny-slider.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "ngrok": "~/ngrok http 3000",
    "start": "nodemon --watch test/js/tests-async.js --exec npm run compile",
    "compile": "npx babel test/js/tests-async.js -o test/js/tests-async-es5.js",
    "build": "rollup --config rollup.config.js",
    "build-watch": "babel --watch src -o dist/tiny-slider.js",
    "prepare": "npm run build",
    "test": "nightwatch -c browserstack.conf.js -e chrome,firefox,ie,edge,safari,opera",
    "chrome": "nightwatch -c browserstack.conf.js -e chrome",
    "firefox": "nightwatch -c browserstack.conf.js -e firefox",
    "ie": "nightwatch -c browserstack.conf.js -e ie",
    "edge": "nightwatch -c browserstack.conf.js -e edge",
    "safari": "nightwatch -c browserstack.conf.js -e safari",
    "opera": "nightwatch -c browserstack.conf.js -e opera"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ganlanyuan/tiny-slider.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [],
  "author": "ganlanyuan <ganlanyuan@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ganlanyuan/tiny-slider/issues"
  },
  "browserslist": "> 0.25%, not dead",
  "homepage": "https://github.com/ganlanyuan/tiny-slider#readme",
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.15.0",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.15.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "nightwatch": "^1.7.11",
    "nodemon": "^2.0.3",
    "rollup": "^2.56.3"
  }
}
