-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 896 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
37
{
"name": "trig-js",
"version": "3.0.0",
"description": "The easy way to create CSS scroll animations that react to the position of your HTML element on screen. Animate on scroll (AOS) your CSS.",
"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"
}
}