UNPKG

@ninjabumps/hidden-ng2-dragula-angular-v19

Version:

Fork of ng2-dragula updated to angular version 19 while waiting for the lib author to update official package.

50 lines (49 loc) 1.31 kB
{ "name": "@ninjabumps/hidden-ng2-dragula-angular-v19", "private": false, "version": "1.0.0-1", "description": "Fork of ng2-dragula updated to angular version 19 while waiting for the lib author to update official package.", "repository": { "type": "git", "url": "git+https://github.com/valor-software/ng2-dragula.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "next" }, "keywords": [ "angular", "dragula", "ng-dragula", "angular2", "ng2", "angular2-dragula", "ng2-dragula", "ngx-dragula" ], "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/valor-software/ng2-dragula/issues" }, "homepage": "https://github.com/valor-software/ng2-dragula#readme", "peerDependencies": { "rxjs": ">=6.0.0", "@types/dragula": "^2.1.34", "dragula": "^3.7.2", "@angular/animations": ">=16.0.0 <20.0.0", "@angular/core": ">=16.0.0 <20.0.0", "@angular/common": ">=16.0.0 <20.0.0" }, "module": "fesm2022/ng2-dragula.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng2-dragula.mjs" } } }