{ "name": "lax.js", "version": "1.2.4", "scripts": { "build": "babel src -d lib; uglifyjs lib/lax.js -o lib/lax.min.js -c -m; gzip < lib/lax.min.js > lib/lax.min.js.gz;" }, "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.0", "@babel/preset-env": "^7.5.0" }, "description": "Simple & light weight (2kb minified & zipped) vanilla javascript plugin to create smooth & beautiful animations when you scrolllll! Harness the power of the most intuitive interaction and make your websites come alive!", "license": "MIT", "author": "alexfoxy@gmail.com", "repository": { "type": "git", "url": "https://github.com/alexfoxy/laxxx" }, "main": "lib/lax.min.js", "keywords": [ "javascript", "parallax", "scroll", "animation", "effects", "css", "html" ] }