UNPKG

983 BJSONView Raw
1{
2 "name": "ng2-dnd",
3 "description": "Angular 2 Drag-and-Drop without dependencies",
4 "version": "9.0.0-beta2",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/akserg/ng2-dnd.git"
8 },
9 "keywords": [
10 "angular",
11 "drag",
12 "drop",
13 "drag-and-drop"
14 ],
15 "author": "Sergey Akopkokhyants <akserg@gmail.com>",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/akserg/ng2-dnd/issues"
19 },
20 "main": "bundles/ng2-dnd.umd.js",
21 "module": "fesm2015/ng2-dnd.js",
22 "typings": "ng2-dnd.d.ts",
23 "homepage": "https://github.com/akserg/ng2-dnd#readme",
24 "peerDependencies": {
25 "@angular/core": "^4.0.0 || ^5.0.0 || ^9.0.0",
26 "@angular/forms": "^4.0.0 || ^5.0.0 || ^9.0.0"
27 },
28 "dependencies": {
29 "tslib": "^1.10.0"
30 },
31 "engines": {
32 "npm": ">6.0.0"
33 },
34 "es2015": "fesm2015/ng2-dnd.js",
35 "esm2015": "esm2015/ng2-dnd.js",
36 "fesm2015": "fesm2015/ng2-dnd.js",
37 "metadata": "ng2-dnd.metadata.json",
38 "sideEffects": false
39}