UNPKG

ionic-shrinkage

Version:

Directive for headers in Ionic 2 which causes them to shrink/hide when scrolling up, and reveal when scrolling down.

70 lines (55 loc) 1.42 kB
{ "name": "ionic-shrinkage", "version": "0.0.1", "description": "Directive for headers in Ionic 2 which causes them to shrink/hide when scrolling up, and reveal when scrolling down.", "author": { "email": "me@patrickmcd.com", "name": "Patrick McDonald" }, "license": "ISC", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "lint": "tslint **/*.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/patrickmcd/ionic-shrinkage.git" }, "bugs": { "url": "https://github.com/patrickmcd/ionic-shrinkage/issues" }, "keywords": [ "header", "shrink", "shrinking", "shrinkage", "reveal", "hiding", "hiding", "scroll", "parallax", "ionic", "ionic2", "angular", "angular2", "directive" ], "devDependencies": { "@angular/common": "2.0.0-rc.4", "@angular/compiler": "2.0.0-rc.4", "@angular/core": "2.0.0-rc.4", "@angular/platform-browser": "2.0.0-rc.4", "@angular/platform-browser-dynamic": "2.0.0-rc.4", "@angular/forms": "0.2.0", "@angular/http": "2.0.0-rc.4", "es6-shim": "0.35.1", "ionic-angular": "2.0.0-beta.11", "ionic-native": "1.3.10", "reflect-metadata": "0.1.8", "rxjs": "5.0.0-beta.6", "zone.js": "0.6.12", "typescript": "^1.7.3" } }