ngx-flip-flip
Version:
Angular Flip Flip - Angular full page scrolling components with no dependencies
56 lines • 1.35 kB
JSON
{
"name": "ngx-flip-flip",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "https://github.com/igorexec/angular-flip-flip.git"
},
"homepage": "https://ngx-flip-flip.netlify.com",
"keywords": [
"angular",
"fullpage",
"fullpage-scroll",
"scroll",
"ng2",
"angular2",
"library",
"components",
"angular7",
"rxjs",
"scrolling"
],
"author": {
"name": "Igor Cheliadinski"
},
"license": "none",
"bugs": {
"url": "https://github.com/igorexec/angular-flip-flip/issues"
},
"peerDependencies": {
"@angular/common": "~8.2.14",
"@angular/core": "~8.2.14"
},
"module": "fesm2015/ngx-flip-flip.mjs",
"es2020": "fesm2020/ngx-flip-flip.mjs",
"esm2020": "esm2020/ngx-flip-flip.mjs",
"fesm2020": "fesm2020/ngx-flip-flip.mjs",
"fesm2015": "fesm2015/ngx-flip-flip.mjs",
"typings": "ngx-flip-flip.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-flip-flip.d.ts",
"esm2020": "./esm2020/ngx-flip-flip.mjs",
"es2020": "./fesm2020/ngx-flip-flip.mjs",
"es2015": "./fesm2015/ngx-flip-flip.mjs",
"node": "./fesm2015/ngx-flip-flip.mjs",
"default": "./fesm2020/ngx-flip-flip.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}