Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
37 lines (37 sloc) 676 Bytes
{
"name": "pagePiling.js",
"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.7.0"
}
}
You can’t perform that action at this time.