scroll-spy
Version:
A light weight scroll spy library in vanilla js
41 lines (40 loc) • 977 B
JSON
{
"name": "scroll-spy",
"version": "1.0.3",
"description": "A light weight scroll spy library in vanilla js",
"main": "lib/dom.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forsigner/scroll-spy.git"
},
"keywords": [
"scrollspy",
"scrollspy plugin",
"jquery scrollspy",
"bootstrap scrollspy",
"scroll"
],
"author": "forsigner",
"license": "MIT",
"bugs": {
"url": "https://github.com/forsigner/scroll-spy/issues"
},
"homepage": "https://github.com/forsigner/scroll-spy#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-replace-name": "^1.0.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.2",
"jest-cli": "^0.8.2",
"vinyl-source-stream": "^1.1.0"
}
}