UNPKG

ng2-scroll-to

Version:

angular 2 library to animate scrolling.

48 lines 1.27 kB
{ "name": "ng2-scroll-to", "version": "1.0.3", "description": "angular 2 library to animate scrolling.", "main": "./dist/ng2-scroll-to.js", "module": "./ng2-scroll-to.js", "scripts": { "build": "ngc -p tsconfig.json", "lint": "tslint --type-check --project tsconfig.json src/**/*.ts", "test": "tsc && karma start", "prepublish": "npm run build", "tsc": "tsc" }, "typings": "./ng2-scroll-to.d.ts", "keywords": [ "smooth", "scroll", "smoothScroll", "angular 2", "angular2", "scrollTo", "scrollTop" ], "author": "drusso85", "license": "MIT", "dependencies": {}, "devDependencies": { "@angular/core": "^2.4.0", "@angular/common": "^2.4.0", "@types/core-js": "^0.9.34", "rxjs": "^5.0.0-beta.12", "typescript": "^2.0.9", "zone.js": "0.7.2", "@angular/compiler": "^2.4.5", "@angular/compiler-cli": "^2.4.5", "@angular/platform-browser": "^2.4.5", "@angular/platform-server": "^2.4.5", "codelyzer": "^3.0.0-beta.0", "tslint": "^4.5.1", "@types/es6-shim": "^0.31.32", "@types/jasmine": "^2.5.40", "@types/selenium-webdriver": "^2.53.39" }, "repository": { "type": "git", "url": "git+https://github.com/drusso85/ng2-scroll-to" } }