UNPKG

@teamthunderfoot/translate-on-scroll

Version:
37 lines (36 loc) 853 B
{ "name": "@teamthunderfoot/translate-on-scroll", "version": "0.0.7", "description": "Translate on scroll package", "main": "", "scripts": { "start": "webpack --watch", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/team-thunderfoot/translate-on-scroll.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/team-thunderfoot/translate-on-scroll/issues" }, "homepage": "https://github.com/team-thunderfoot/translate-on-scroll#readme", "devDependencies": { "babel-loader": "^8.2.2", "webpack": "^5.37.1", "webpack-cli": "^4.10.0" }, "dependencies": { "@babel/core": "^7.14.3", "@teamthunderfoot/breakpoints": "^0.0.6", "gsap": "^3.12.1" }, "keywords": [ "translate", "on", "scroll", "parallax" ] }