-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
32 lines (32 loc) · 992 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
{
"name": "universal-parallax",
"version": "1.3.2",
"description": "Easy parallax plugin using vanilla javascript. Works on mobile devices (really). Lightweight (2kb). Cross browser compatibility",
"main": "dist/universal-parallax.js",
"repository": {
"type": "git",
"url": "https://github.com/marrio-h/universal-parallax.git"
},
"keywords": [
"parallax",
"universal parallax",
"ios parallax",
"android parallax",
"mobile parallax",
"phone parallax",
"vanilla parallax",
"universal",
"parallax background",
"vanilla parallax",
"javascript parallax",
"javascript",
"mobile",
"phone"
],
"author": "Marius Hansen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marrio-h/universal-parallax/issues"
},
"homepage": "https://github.com/marrio-h/universal-parallax#readme"
}