UNPKG

1.17 kBJSONView Raw
1{
2 "name": "angular-resizable-element",
3 "version": "4.0.0",
4 "description": "An angular 10.0+ directive that allows an element to be dragged and resized",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/mattlewis92/angular-resizable-element.git"
8 },
9 "keywords": [
10 "angular",
11 "angular2",
12 "resizable"
13 ],
14 "author": "Matt Lewis",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/mattlewis92/angular-resizable-element/issues"
18 },
19 "homepage": "https://github.com/mattlewis92/angular-resizable-element#readme",
20 "peerDependencies": {
21 "@angular/core": ">=10.0.0"
22 },
23 "config": {
24 "commitizen": {
25 "path": "node_modules/cz-conventional-changelog"
26 }
27 },
28 "main": "bundles/angular-resizable-element.umd.js",
29 "module": "fesm2015/angular-resizable-element.js",
30 "es2015": "fesm2015/angular-resizable-element.js",
31 "esm2015": "esm2015/angular-resizable-element.js",
32 "fesm2015": "fesm2015/angular-resizable-element.js",
33 "typings": "angular-resizable-element.d.ts",
34 "metadata": "angular-resizable-element.metadata.json",
35 "sideEffects": false,
36 "dependencies": {
37 "tslib": "^2.2.0"
38 }
39}
\No newline at end of file