-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
37
{
"name": "trig-js",
"version": "4.2.0",
"description": "Trig.js powers dynamic, CSS-driven animate-on-scroll effects using CSS variables and element position data, making AOS effortless. Create custom animations in CSS or use trig-animations.css for ready-made effects—full control or quick setup. Perfect for storytelling websites.",
"main": "src/trig.js",
"repository": {
"type": "git",
"url": "git+https://github.com/iDev-Games/trig.git"
},
"keywords": [
"trigger",
"position",
"css",
"html",
"design",
"js",
"frontend",
"simple",
"animation",
"css-animations",
"css-variables",
"scroll-animations",
"data-attribute-html",
"animate-on-scroll",
"reveal-animation",
"aos-animation"
],
"author": "iDev Games",
"license": "MIT",
"bugs": {
"url": "https://github.com/iDev-Games/trig/issues"
},
"homepage": "https://github.com/iDev-Games/trig#readme",
"publishConfig": {
"@iDev-Games:registry": "https://npm.pkg.github.com"
}
}