forked from alvarotrigo/fullPage.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 680 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 680 Bytes
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
{
"name": "fullpage.js",
"homepage": "http://alvarotrigo.com/fullPage/",
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
],
"description": "Create beautiful fullscreen scrolling websites",
"main": [
"jquery.fullPage.js",
"jquery.fullPage.css",
"jquery.fullPage.scss",
"vendors/jquery.easings.min.js",
"vendors/jquery.slimscroll.min.js"
],
"keywords": [
"jquery",
"scrolling",
"single_page",
"one_page",
"sliding"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples"
],
"dependencies": {
"jquery": ">=1.6.0"
}
}