56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "fullpage.js",
|
||
|
"version": "3.1.2",
|
||
|
"description": "Create beautiful fullscreen snap 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": "^4.0.0",
|
||
|
"gulp-clean-css": "^4.0.0",
|
||
|
"gulp-rename": "^1.2.2",
|
||
|
"gulp-replace": "^1.0.0",
|
||
|
"gulp-sass": "^4.0.2",
|
||
|
"gulp-sourcemaps": "^2.6.4",
|
||
|
"gulp-uglify": "^3.0.0"
|
||
|
}
|
||
|
}
|