UNPKG

bbox

Version:

Find bounding box dimensions either within or surrounding arbitrary containers

36 lines (35 loc) 883 B
{ "name": "bbox", "version": "0.4.0", "description": "Find bounding box dimensions either within or surrounding arbitrary containers", "main": "index.js", "scripts": { "test": "./node_modules/.bin/minijasminenode2 test.js --verbose", "lint": "./node_modules/.bin/jslint index.js && ./node_modules/.bin/jslint --sloppy --predef it --predef expect --predef describe --predef beforeEach test.js" }, "repository": { "type": "git", "url": "git://github.com/CrowdHailer/bbox.git" }, "keywords": [ "bbox", "bounding", "box", "geometry", "svg", "rectangle", "oblong" ], "author": "Peter Saxton", "license": "MIT", "bugs": { "url": "https://github.com/CrowdHailer/bbox/issues" }, "devDependencies": { "minijasminenode2": "^1.0.0", "jslint": "^0.6.2" }, "dependencies": { "2d-point": "^1.0.0" } }