ngx-scrollspys
Version:
Plugin to create a smooth and custom scrollspy experience in your application
30 lines • 674 B
JSON
{
"name": "ngx-scrollspys",
"version": "1.0.4",
"description": "Plugin to create a smooth and custom scrollspy experience in your application",
"main": "neat-scrollspy.umd.js",
"jsnext:main": "neat-scrollspy.esm.js",
"module": "neat-scrollspy.esm.js",
"types": "neat-scrollspy.d.ts",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://github.com/captajo/ngx-scrollspys.git"
},
"keywords": [
"Scrollspy",
"Angular2",
"TypeScript",
"Scroll",
"Spy",
"ng2"
],
"author": "Jonathan Ijeh",
"license": "MIT",
"dependencies": {
"@angular/core": "^7.2.15",
"rxjs": "^6.5.2"
}
}