ngx-explorer-dnd
Version:
## _Drag & Drop in Angular like in a desktop explorer!_
54 lines • 1.43 kB
JSON
{
"name": "ngx-explorer-dnd",
"homepage": "https://github.com/Flo0806/ngx-explorer-dnd",
"bugs": "https://github.com/Flo0806/ngx-explorer-dnd/issues",
"repository": {
"type": "git",
"url": "https://github.com/Flo0806/ngx-explorer-dnd.git"
},
"license": "MIT",
"version": "1.0.0-alpha.11",
"peerDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.11",
"@angular/cdk": "9.1.11"
},
"dependencies": {
"tslib": "^2.3.0"
},
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "devDependencies"
},
"keywords": [
"drag & drop",
"DnD",
"explorer",
"mouse selection",
"drag and drop",
"drag n drop",
"drag 'n drop",
"angular",
"drag grid"
],
"module": "fesm2015/ngx-explorer-dnd.mjs",
"es2020": "fesm2020/ngx-explorer-dnd.mjs",
"esm2020": "esm2020/ngx-explorer-dnd.mjs",
"fesm2020": "fesm2020/ngx-explorer-dnd.mjs",
"fesm2015": "fesm2015/ngx-explorer-dnd.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-explorer-dnd.mjs",
"es2020": "./fesm2020/ngx-explorer-dnd.mjs",
"es2015": "./fesm2015/ngx-explorer-dnd.mjs",
"node": "./fesm2015/ngx-explorer-dnd.mjs",
"default": "./fesm2020/ngx-explorer-dnd.mjs"
}
},
"sideEffects": false
}