-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 770 Bytes
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
{
"name": "animate-on-scroll",
"version": "1.2.5",
"description": "JQuery plugin for animating (through CSS) objects as they enter or leave the screen.",
"main": "assets/javascript/animate-on-scroll.js",
"repository": {
"type": "git",
"url": "git+https://github.com/psteiger/animate-on-scroll.git"
},
"keywords": [
"animate",
"wow",
"scrollorama",
"css",
"scroll",
"position",
"fade",
"scale",
"scale3d",
"transform",
"jquery-plugin"
],
"author": "Patrick Pamponet Steiger",
"dependencies": {
"jquery": "3.x.x"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/psteiger/animate-on-scroll/issues"
},
"homepage": "https://github.com/psteiger/animate-on-scroll#readme"
}