{
  "name": "snaprolljs",
  "version": "2.0.6",
  "description": "A lightweight, zero-dependency Vanilla JS library for full-page snap scrolling. It provides vertical sections and horizontal slides with advanced Deep Linking.",
  "main": "dist/snaprolljs.js",
  "module": "dist/snaprolljs.js",
  "browser": "dist/snaprolljs.min.js",
  "style": "dist/snaprolljs.css",
  "typings": "dist/snaprolljs.d.ts",
  "files": [
    "dist",
    "src/*.css",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "snap",
    "scroll",
    "slides",
    "fullpage",
    "vanilla-js",
    "javascript",
    "library",
    "frontend"
  ],
  "license": "MIT",
  "author": "Wil",
  "homepage": "https://github.com/Wilfram/SnapRollJS#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Wilfram/SnapRollJS.git"
  },
  "bugs": {
    "url": "https://github.com/Wilfram/SnapRollJS/issues"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
