UNPKG

ngx-drag-scroll-mkg

Version:

Fork of lightweight drag to scroll library for Angular

50 lines 1.4 kB
{ "name": "ngx-drag-scroll-mkg", "version": "19.0.2", "description": "Fork of lightweight drag to scroll library for Angular", "contributors": [ { "name": "Fan Jin", "email": "fanjin1989@gmail.com" }, { "name": "Maciej Karpus", "email": "mankersss+npm@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/bfwg/ngx-drag-scroll.git" }, "keywords": [ "Angular", "Carousel", "Drag", "Scroll" ], "author": "Fan Jin", "license": "MIT", "bugs": { "url": "https://github.com/bfwg/ngx-drag-scroll.git" }, "homepage": "https://github.com/bfwg/ngx-drag-scroll#readme", "peerDependencies": { "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "module": "fesm2022/ngx-drag-scroll-mkg.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-drag-scroll-mkg.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }