UNPKG

fullpage.js

Version:

Create beautiful fullscreen snap scrolling websites

86 lines (85 loc) 2.31 kB
{ "name": "fullpage.js", "version": "4.0.37", "description": "Create beautiful fullscreen snap scrolling websites", "main": "dist/fullpage.js", "scripts": { "build": "gulp getDistFiles && gulp update-version && gulp css && rollup -c", "extensions": "rollup --config rollup.ext.config.js && gulp update-version && gulp css && gulp moveExtensions && gulp moveExtensionsSRC && wait", "limited": "rollup --config rollup.limited.config.js && gulp update-version && gulp css-lite && gulp moveLite && wait", "dev": "rollup -c --watch", "test": "jest", "devtest": "jest --watch" }, "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", "wheel", "mouse", "sections", "slides", "slideshow" ], "files": [ "vendors", "dist/fullpage.css", "dist/fullpage.min.css", "dist/fullpage.min.css.map", "dist/fullpage.extensions.min.js", "dist/fullpage.min.js", "dist/fullpage.js", "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://alvarotrigo.com/fullPage/", "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/alvarotrigo" } ], "namespace": "fullpage_api", "devDependencies": { "@babel/preset-env": "^7.16.11", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/stream": "^2.0.0", "babel-cli": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-latest": "^6.24.1", "gulp": "^4.0.0", "gulp-clean-css": "^4.0.0", "gulp-rename": "^1.2.2", "gulp-replace": "^1.0.0", "gulp-sourcemaps": "^2.6.4", "gulp-terser": "^2.1.0", "gulp-uglify": "^3.0.0", "require-dir": "^1.2.0", "rollup-plugin-terser": "^7.0.2", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" } }