ng2-dragula-angu16
Version:
Simple drag and drop with dragula
59 lines (58 loc) • 1.36 kB
JSON
{
"name": "ng2-dragula-angu16",
"private": false,
"version": "16.2.0",
"description": "Simple drag and drop with dragula",
"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": "G-able",
"license": "MIT",
"bugs": {
"url": "https://github.com/valor-software/ng2-dragula/issues"
},
"homepage": "https://github.com/valor-software/ng2-dragula#readme",
"peerDependencies": {
"@angular/animations": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@types/dragula": "^2.1.34",
"dragula": "^3.7.2",
"rxjs": ">=6.0.0"
},
"module": "fesm2022/ng2-dragula.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng2-dragula.mjs",
"esm": "./esm2022/ng2-dragula.mjs",
"default": "./fesm2022/ng2-dragula.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/dragula": "^3.7.1"
}
}