UNPKG

ngx-resizable-touch

Version:

A Resizable Split-Pane Layout for Angular6+

38 lines (37 loc) 1.08 kB
{ "name": "ngx-resizable-touch", "version": "1.8.2", "description": "A Resizable Split-Pane Layout for Angular6+", "repository": { "type": "git", "url": "git+https://github.com/3DGenomes/ngx-resizable.git" }, "keywords": [ "angular", "javascript", "typescript", "resizable", "layout", "split", "3dgenomes" ], "author": "Mike Goodstadt <mikegoodstadt@gmail.com> (http://mikegoodstadt.com)", "license": "MIT", "bugs": { "url": "https://github.com/3DGenomes/ngx-resizable/issues" }, "homepage": "https://3dgenomes.github.io/ngx-resizable/", "main": "bundles/ngx-resizable-touch.umd.js", "module": "fesm5/ngx-resizable-touch.js", "es2015": "fesm2015/ngx-resizable-touch.js", "esm5": "esm5/ngx-resizable-touch.js", "esm2015": "esm2015/ngx-resizable-touch.js", "fesm5": "fesm5/ngx-resizable-touch.js", "fesm2015": "fesm2015/ngx-resizable-touch.js", "typings": "ngx-resizable-touch.d.ts", "metadata": "ngx-resizable-touch.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }