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.
kick-in-promo-site/package.json

58 lines
1.2 KiB

{
"name": "fullpage.js",
"version": "3.0.2",
"description": "Create beautiful fullscreen scrolling websites",
"main": "dist/fullpage.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:alvarotrigo/fullPage.js.git"
},
"keywords": [
"jquery",
"javacript",
"scrolling",
"single_page",
"onepage",
"fullpage",
"fullpagejs",
"one_page",
"sliding",
"snap",
"scroll",
"swipe",
"mousewheel",
"sections",
"slides",
"slidehow"
],
"files": [
"vendors",
"dist",
"package.json",
"README.md"
],
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alvarotrigo/fullPage.js/issues"
},
"homepage": "https://github.com/alvarotrigo/fullPage.js",
"namespace": "fullpage_api",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-clean-css": "^2.0.8",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"fullscreen.js": "^0.1.3"
}
}