forked from alvarotrigo/pagePiling.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 697 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
37
38
{
"name": "pagePiling.js",
"version": "0.0.4",
"homepage": "https://github.com/alvarotrigo/pagePiling.js",
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
],
"description": "Create a beautiful scrolling pile of pages",
"main": [
"jquery.pagepiling.min.js",
"jquery.pagepiling.css"
],
"keywords": [
"website",
"template",
"scroll",
"scrolling",
"fullscreen",
"onepage",
"singlepage",
"pile",
"page",
"layout",
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples"
],
"dependencies": {
"jquery": "1.11.1"
}
}