{
  "name": "seamless-slider",
  "version": "1.2.4",
  "description": "A seamless carousel plugin for Zepto & jQuery",
  "main": "src/seamlessSlider.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "parcel build src/seamlessSlider.js -d build",
    "dev": "parcel examples/example.html",
    "start": "parcel examples/example.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tony-cn/seamless-slider.git"
  },
  "keywords": [
    "zepto",
    "jquery",
    "seamless",
    "slider"
  ],
  "author": "Daker",
  "license": "MIT",
  "homepage": "https://github.com/tony-cn/seamless-slider/#README.md",
  "dependencies": {
    "lodash.throttle": "^4.1.1"
  },
  "devDependencies": {
    "parcel-bundler": "^1.6.2"
  }
}
