UNPKG

871 BJSONView Raw
1{
2 "name": "region",
3 "version": "1.1.2",
4 "description": "A helper to work with rectangular regions in the DOM",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test",
8 "test-w": "make test-w",
9 "test-debug": "mocha --debug-brk"
10 },
11 "devDependencies": {
12 "mocha": "~1.21.0",
13 "should": "~4.0.4"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/radubrehar/region.git"
18 },
19 "keywords": [
20 "region",
21 "dom",
22 "rectangle",
23 "size",
24 "area",
25 "intersection",
26 "element",
27 "html",
28 "coordinates"
29 ],
30 "author": "Radu Brehar",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/radubrehar/region/issues"
34 },
35 "dependencies": {
36 "classy": "~1.x.x",
37 "zemitter": "~0.x.x",
38 "hasown": "~1.x.x",
39 "copy-utils": "~0.x.x",
40 "functionally": "~0.x.x",
41 "i-s": "~1.x.x"
42 }
43}