UNPKG

dxb-parallax

Version:

A vanilla JavaScript parallax scrolling plugin, a port of Ian Lunn’s jQuery Parallax v1.1.3

41 lines (40 loc) 1.06 kB
{ "name": "dxb-parallax", "version": "1.0.0", "description": "A vanilla JavaScript parallax scrolling plugin, a port of Ian Lunn’s jQuery Parallax v1.1.3", "main": "parallax.js", "scripts": { "build": "terser script.js -c -m -o dist/dxb-parallax.min.js", "format": "prettier . --write", "lint": "eslint . --ext .js,.css", "lint:fix": "eslint . --ext .js,.css --fix" }, "keywords": [ "parallax", "scrolling", "animation", "vanilla", "javascript", "dxpr" ], "author": "DXPR", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dxpr/dxb-parallax.git" }, "bugs": { "url": "https://github.com/dxpr/dxb-parallax/issues" }, "homepage": "https://github.com/dxpr/dxb-parallax#readme", "devDependencies": { "@eslint/css": "^0.7.0", "@eslint/js": "^9.26.0", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.3", "eslint-plugin-prettier": "^5.4.0", "globals": "^16.1.0", "prettier": "^3.5.3", "terser": "^5.19.2" } }