{
  "name": "@deli/locomotive-scroll",
  "version": "3.1.5",
  "description": "Detection of elements in viewport & smooth scrolling with parallax effects.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/locomotivemtl/locomotive-scroll.git"
  },
  "author": "Locomotive <info@locomotive.ca> (https://locomotive.ca)",
  "license": "MIT",
  "main": "dist/locomotive-scroll.js",
  "module": "dist/locomotive-scroll.esm.js",
  "dependencies": {
    "smoothscroll-polyfill": "^0.4.4",
    "virtual-scroll": "git+https://github.com/ayamflow/virtual-scroll.git"
  },
  "devDependencies": {
    "@modularbp/gulp": "^1.0.5",
    "@modularbp/gulp-build": "^1.0.1",
    "@modularbp/gulp-error": "^1.0.3",
    "@modularbp/gulp-js": "^1.0.8",
    "@modularbp/gulp-notify": "^1.0.3",
    "@modularbp/gulp-sass": "^1.0.7",
    "@modularbp/gulp-serve": "^1.0.5",
    "@modularbp/gulp-svg": "^1.0.5",
    "@modularbp/gulp-watch": "^1.0.5",
    "gulp-header": "^2.0.9",
    "mbp": "^1.1.3",
    "merge-stream": "^2.0.0",
    "normalize.css": "*"
  },
  "bugs": {
    "url": "https://github.com/locomotivemtl/locomotive-scroll/issues"
  },
  "homepage": "https://github.com/locomotivemtl/locomotive-scroll#readme",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
