UNPKG

simple-aos

Version:

Simple AOS - Animate on scroll library

37 lines (36 loc) 858 B
{ "name": "simple-aos", "version": "4.2.0", "description": "Simple AOS - Animate on scroll library", "main": "dist/aos.js", "scripts": { "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/ammannbe/aos.git" }, "keywords": [ "aos", "animate on scroll" ], "author": "Benjamin Ammann", "license": "MIT", "bugs": { "url": "https://github.com/ammannbe/aos/issues" }, "homepage": "https://github.com/ammannbe/aos#readme", "devDependencies": { "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", "babel-loader": "^9.1.2", "css-loader": "^6.7.3", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", "sass": "^1.62.0", "sass-loader": "^13.2.2", "style-loader": "^3.3.2", "webpack": "^5.80.0", "webpack-cli": "^5.0.2" } }