ion-header-scroll-opacity
Version:
Change header background opacity on content scroll
61 lines (60 loc) • 1.84 kB
JSON
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ion-header-scroll-opacity",
"version": "2.0.1",
"description": "Change header background opacity on content scroll",
"main": "bundles/ion-header-scroll-opacity.umd.js",
"repository": {
"type": "git",
"url": "git+https://github.com/toriphes/ion-header-scroll-opacity.git"
},
"keywords": [
"ionic",
"ionic2",
"ionic3",
"header",
"scroll",
"opacity",
"directive"
],
"author": "Giulio Ganci",
"license": "MIT",
"bugs": {
"url": "https://github.com/toriphes/ion-header-scroll-opacity/issues"
},
"homepage": "https://github.com/toriphes/ion-header-scroll-opacity#readme",
"devDependencies": {
"@angular/common": "~8.1.2",
"@angular/compiler": "~8.1.2",
"@angular/compiler-cli": "~8.1.2",
"@angular/core": "~8.1.2",
"@angular/router": "~8.1.2",
"@angular/forms": "~8.1.2",
"@angular/platform-browser": "~8.1.2",
"@angular/platform-browser-dynamic": "~8.1.2",
"@angular-devkit/schematics": "~8.1.2",
"conventional-changelog-cli": "^2.0.3",
"@ionic/angular": "^4.0.0",
"ionicons": "3.0.0",
"ng-packagr": "^5.0.0",
"rxjs": "~6.5.1",
"typescript": "~3.4.3",
"zone.js": "~0.9.1",
"tslint": "~5.15.0"
},
"peerDependencies": {
"@ionic/angular": "^4.0.0"
},
"sideEffects": false,
"module": "fesm5/ion-header-scroll-opacity.js",
"es2015": "fesm2015/ion-header-scroll-opacity.js",
"esm5": "esm5/ion-header-scroll-opacity.js",
"esm2015": "esm2015/ion-header-scroll-opacity.js",
"fesm5": "fesm5/ion-header-scroll-opacity.js",
"fesm2015": "fesm2015/ion-header-scroll-opacity.js",
"typings": "ion-header-scroll-opacity.d.ts",
"metadata": "ion-header-scroll-opacity.metadata.json",
"dependencies": {
"tslib": "^1.9.0"
}
}