UNPKG

740 BJSONView Raw
1{
2 "name": "paroller.js",
3 "version": "1.3.1",
4 "description": "Parallax scrolling jQuery plugin",
5 "main": "dist/jquery.paroller.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/tgomilar/paroller.js.git"
12 },
13 "dependencies": {
14 "jquery": "^3.1.0"
15 },
16 "keywords": [
17 "parallax",
18 "scrolling",
19 "vertical",
20 "horizontal",
21 "translate",
22 "jquery",
23 "plugin"
24 ],
25 "author": "Tanja Gomilar <tanja.gomilar@gmail.com> (https://github.com/tgomilar)",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/tgomilar/paroller.js/issues"
29 },
30 "homepage": "https://tgomilar.github.io/paroller.js/"
31}