forked from alexfoxy/lax.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "lax.js",
"version": "2.0.2",
"scripts": {
"build": "babel src -d lib && uglifyjs lib/lax.js -o lib/lax.min.js -c -m && gzip -c lib/lax.min.js > lib/lax.min.js.gz && cp lib/lax.min.js docs/lib/lax.min.js"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"uglify-js": "^3.9.4"
},
"description": "Simple & lightweight (<4kb gzipped) vanilla JavaScript library to create smooth & beautiful animations when you scroll.",
"license": "MIT",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/alexfoxy/lax.js"
},
"main": "lib/lax.min.js",
"keywords": [
"javascript",
"lax",
"laxxx",
"lax.js",
"laxjs",
"parallax",
"scroll",
"animation",
"effects",
"css",
"html"
],
"dependencies": {}
}