-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 888 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
38
39
{
"name": "bparallax",
"version": "1.0.9",
"description": "A library giving parallax scrolling effects to elements (div, img, video etc). ",
"main": "./src/index.js",
"scripts": {
"start": "node src/index.js"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AneekRahman/box-parallax-scroll.git"
},
"keywords": [
"parallax",
"scroll",
"effect",
"image",
"video",
"javascript",
"frontend",
"parallax-strength",
"smooth-parallax",
"window",
"img",
"css",
"transform"
],
"author": "Muhammad Aneek Rahman <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AneekRahman/box-parallax-scroll/issues"
},
"homepage": "https://aneekrahman.github.io/box-parallax-scroll/",
"devDependencies": {},
"dependencies": {}
}