De promotiewebsite die de reguliere site vervangt tijdens de Kick-In.
https://join.harambee.utwente.nl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
640 B
36 lines
640 B
{
|
|
"name": "fullpage.js",
|
|
"homepage": "http://alvarotrigo.com/fullPage/",
|
|
"authors": [
|
|
"Alvaro Trigo https://github.com/alvarotrigo"
|
|
],
|
|
"description": "Create beautiful fullscreen scrolling websites",
|
|
"main": [
|
|
"dist/fullpage.js",
|
|
"dist/fullpage.css"
|
|
],
|
|
"keywords": [
|
|
"jquery",
|
|
"scrolling",
|
|
"single_page",
|
|
"one_page",
|
|
"sliding",
|
|
"snap",
|
|
"scroll",
|
|
"sections",
|
|
"slides",
|
|
"swipe",
|
|
"mousewheel",
|
|
"onepage",
|
|
"slidehow"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"examples"
|
|
]
|
|
}
|
|
|