UNPKG

sticky-sidebar-v2

Version:

A JavaScript plugin for making smart and high performance sticky sidebars.

67 lines (66 loc) 1.93 kB
{ "name": "sticky-sidebar-v2", "description": "A JavaScript plugin for making smart and high performance sticky sidebars.", "version": "1.1.1", "author": "Øystein Blixhavn", "email": "oystein@blixhavn.no", "license": "The MIT License (MIT)", "homepage": "https://github.com/blixhavn/sticky-sidebar-v2", "main": "./dist/sticky-sidebar.js", "module": "./src/sticky-sidebar.js", "keywords": [ "sticky", "affix", "fixed", "sidebar", "position", "javascript", "jquery" ], "files": [ "dist", "src" ], "bugs": { "url": "https://github.com/blixhavn/sticky-sidebar-v2/issues" }, "scripts": { "build": "gulp", "test": "mocha --require chai" }, "repository": { "type": "git", "url": "https://github.com/blixhavn/sticky-sidebar-v2.git" }, "devDependencies": { "babel": "^6.23.0", "@babel/core": "^7.15.5", "babel-plugin-check-es2015-constants": "^6.22.0", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", "babel-plugin-transform-es2015-block-scoping": "^6.24.1", "babel-plugin-transform-es2015-classes": "^6.24.1", "babel-plugin-transform-es2015-parameters": "^6.24.1", "babel-plugin-transform-export-extensions": "^6.22.0", "babel-preset-env": "^1.7.0", "babel-register": "^6.26.0", "chai": "^4.3.4", "gulp": "^4.0.2", "gulp-babel": "^7.0.1", "gulp-header": "^2.0.9", "gulp-rename": "^2.0.0", "gulp-rollup-2": "^1.3.1", "gulp-sourcemaps": "^3.0.0", "gulp-uglify": "^3.0.2", "gulp-util": "^3.0.8", "jquery": "^3.6.0", "mocha": "^9.1.2", "mock-raf": "^1.0.1", "rollup": "^2.57.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-node-resolve": "^5.2.0", "sinon": "^11.1.2" } }