ngx-parallax-scroll
Version:
This is a simple angular plugin, that allows us to implement parallax effect for some element in page
44 lines (43 loc) • 1.21 kB
JSON
{
"name": "ngx-parallax-scroll",
"version": "1.0.2",
"description": "This is a simple angular plugin, that allows us to implement parallax effect for some element in page",
"keywords": [
"Angular",
"Library",
"Parallax",
"Scroll"
],
"license": "MIT",
"authors": [
{
"name": "Alexander Kislov",
"email": "alexander-kislov@hotmail.com",
"url": "https://github.com/farengeyt451"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/farengeyt451/ngx-parallax-scroll"
},
"bugs": {
"url": "https://github.com/farengeyt451/ngx-parallax-scroll/issues"
},
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
},
"main": "bundles/ngx-parallax-scroll.umd.js",
"module": "fesm5/ngx-parallax-scroll.js",
"es2015": "fesm2015/ngx-parallax-scroll.js",
"esm5": "esm5/ngx-parallax-scroll.js",
"esm2015": "esm2015/ngx-parallax-scroll.js",
"fesm5": "fesm5/ngx-parallax-scroll.js",
"fesm2015": "fesm2015/ngx-parallax-scroll.js",
"typings": "ngx-parallax-scroll.d.ts",
"metadata": "ngx-parallax-scroll.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}