UNPKG

439 BJSONView Raw
1{
2 "name": "paroller.js",
3 "homepage": "https://github.com/tgomilar/paroller.js",
4 "authors": [
5 "tgomilar <tanja.gomilar@gmail.com>"
6 ],
7 "description": "parallax scrolling jQuery plugin",
8 "main": "dist/jquery.paroller.js",
9 "keywords": [
10 "paroller",
11 "parallax",
12 "scrolling",
13 "jquery"
14 ],
15 "license": "MIT",
16 "ignore": [
17 "**/.*",
18 "node_modules",
19 "bower_components",
20 "test",
21 "tests"
22 ]
23}