mirror of
https://github.com/alexfoxy/lax.js.git
synced 2026-01-14 08:47:55 -05:00
30 lines
802 B
JSON
30 lines
802 B
JSON
{
|
|
"name": "lax.js",
|
|
"version": "1.2.3",
|
|
"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.2.3",
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/preset-env": "^7.3.4"
|
|
},
|
|
"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"
|
|
]
|
|
}
|