@q149/angular-scrollspy
Version:
A simple lightweight library for Angular which automatically updates links to indicate the currently active section in the viewport
103 lines (102 loc) • 3.1 kB
JSON
{
"name": "@q149/angular-scrollspy",
"version": "2.0.1",
"private": false,
"description": "A simple lightweight library for Angular which automatically updates links to indicate the currently active section in the viewport",
"keywords": [
"angular",
"directive",
"scroll spy",
"scrollspy",
"bootstrap",
"navigation",
"nav",
"ngx-scrollspy",
"ngx-scroll-spy"
],
"author": "SOON_ <dorks@thisissoon.com>",
"contributors": [
"Ed Opare-Aryee <ed@thisissoon.com>",
"Sergey Krilov <serg.kr@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/q149/angular-scrollspy"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"peerDependencies": {
"@angular/core": ">=5.0.0 <7.0.0 || >=5.0.0-beta <7.0.0",
"@q149/angular-inviewport": "3.0.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.5",
"@angular/animations": "6.0.3",
"@angular/cli": "^6.0.5",
"@angular/common": "6.0.3",
"@angular/compiler": "6.0.3",
"@angular/compiler-cli": "6.0.3",
"@angular/core": "6.0.3",
"@angular/forms": "6.0.3",
"@angular/http": "6.0.3",
"@angular/language-service": "6.0.3",
"@angular/platform-browser": "6.0.3",
"@angular/platform-browser-dynamic": "6.0.3",
"@angular/router": "6.0.3",
"@q149/angular-inviewport": "3.0.2",
"@thisissoon/schematics": "^1.0.0-alpha.6",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "^4.3.0",
"core-js": "^2.4.1",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-spec-reporter": "0.0.31",
"ng-packagr": "^3.0.0",
"protractor": "~5.1.2",
"rxjs": "^6.2.0",
"standard-version": "^4.2.0",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.7.2",
"zone.js": "^0.8.26",
"husky": "^0.14.3",
"prettier": "^1.11.1",
"pretty-quick": "^1.4.1",
"stylelint": "^9.2.0",
"stylelint-order": "^0.8.1",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"main": "bundles/q149-angular-scrollspy.umd.js",
"module": "fesm5/q149-angular-scrollspy.js",
"es2015": "fesm2015/q149-angular-scrollspy.js",
"esm5": "esm5/q149-angular-scrollspy.js",
"esm2015": "esm2015/q149-angular-scrollspy.js",
"fesm5": "fesm5/q149-angular-scrollspy.js",
"fesm2015": "fesm2015/q149-angular-scrollspy.js",
"typings": "q149-angular-scrollspy.d.ts",
"metadata": "q149-angular-scrollspy.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}