-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathbower.json
36 lines (36 loc) · 843 Bytes
/
bower.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
{
"name": "viewscroller.js",
"homepage": "http://www.viewdesic.com/viewscroller/",
"authors": [
"Copyright 2016 Marcin Gierczak (www.viewdesic.com) https://github.com/viewdesic"
],
"description": "Improve your websites using fullpage scrolling",
"main": [
"viewScroller.js",
"viewScroller.css"
],
"keywords": [
"scrolling",
"jquery",
"one_page",
"one_page_application",
"changing",
"views",
"fullpage",
"fullsite",
"onepage"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"examples",
"tests"
],
"dependencies": {
"jquery": ">=1.6.0",
"jquery.easing": ">=1.3",
"jquery-mousewheel": ">=3.1.13"
}
}